Skip to content

Commit f41b7d6

Browse files
committed
ignore com.puppycrawl.tools:checkstyle
1 parent fb32a34 commit f41b7d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
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

Comments
 (0)