We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32a34 commit f41b7d6Copy full SHA for f41b7d6
.github/dependabot.yml
@@ -3,4 +3,7 @@ updates:
3
- package-ecosystem: "maven"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "daily"
7
+ ignore:
8
+ # version 9.3 was the last one working with jdk8
9
+ - dependency-name: "com.puppycrawl.tools:checkstyle"
0 commit comments