Skip to content

Commit

Permalink
Ignore checkstyle dependency update
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Bananeweizen authored and Calixte committed Sep 29, 2023
1 parent 7353913 commit d50d980
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
directory: /
schedule:
interval: "weekly"
open-pull-requests-limit: 10
interval: weekly
ignore:
- dependency-name: com.puppycrawl.tools:checkstyle
# we need to update the main Checkstyle dependency manually
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

0 comments on commit d50d980

Please sign in to comment.