Skip to content

Commit e8fe3b3

Browse files
committed
blocking dependabot updates for Antlr that require JDK 11
1 parent 20b4c27 commit e8fe3b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
ignore:
13+
# Ignore newer versions of Antlr that require JDK 11
14+
- dependency-name: org.antlr:antlr4-runtime
15+
versions:
16+
- ">=4.10"
17+
- dependency-name: org.antlr:antlr4-maven-plugin
18+
versions:
19+
- ">=4.10"

0 commit comments

Comments
 (0)