Skip to content

Commit 37b61ca

Browse files
committed
Fix Dependabot config
1 parent b884889 commit 37b61ca

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ version: 2
55
updates:
66
- package-ecosystem: github-actions
77
directory: /
8-
ignore:
9-
- dependency-name: "*"
10-
update-types: ["version-update:semver-patch"]
118
schedule:
129
interval: monthly
1310
ignore:
11+
- dependency-name: "*"
12+
update-types: ["version-update:semver-patch"]
1413
- dependency-name: "SonarSource/sonarcloud-github-c-cpp"
1514
# Version 3 of that task causes the scanner to throw a Java exception...
1615
versions:

0 commit comments

Comments
 (0)