We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b884889 commit 37b61caCopy full SHA for 37b61ca
1 file changed
.github/dependabot.yml
@@ -5,12 +5,11 @@ version: 2
5
updates:
6
- package-ecosystem: github-actions
7
directory: /
8
- ignore:
9
- - dependency-name: "*"
10
- update-types: ["version-update:semver-patch"]
11
schedule:
12
interval: monthly
13
ignore:
+ - dependency-name: "*"
+ update-types: ["version-update:semver-patch"]
14
- dependency-name: "SonarSource/sonarcloud-github-c-cpp"
15
# Version 3 of that task causes the scanner to throw a Java exception...
16
versions:
0 commit comments