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 20b4c27 commit e8fe3b3Copy full SHA for e8fe3b3
.github/dependabot.yml
@@ -9,3 +9,11 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
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
19
0 commit comments