Skip to content

Commit d50d980

Browse files
BananeweizenCalixte
authored andcommitted
Ignore checkstyle dependency update
* ignore the dependency to the main project in dependabot, because we have to do these changes manually * remove quotes, gives better syntax highlighting in VS code * also check the github actions
1 parent 7353913 commit d50d980

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
version: 2
44
updates:
55
- package-ecosystem: maven
6-
directory: "/"
6+
directory: /
77
schedule:
8-
interval: "weekly"
9-
open-pull-requests-limit: 10
8+
interval: weekly
9+
ignore:
10+
- dependency-name: com.puppycrawl.tools:checkstyle
11+
# we need to update the main Checkstyle dependency manually
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)