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 3ba7f5f commit 149500aCopy full SHA for 149500a
.github/dependabot.yml
@@ -29,6 +29,11 @@ updates:
29
- dependency-name: "org.apache.maven.plugins:maven-plugin-plugin"
30
versions:
31
- "3.6.2"
32
+ # Recent versions of google-java-format access internal Java APIs and adding the required JVM
33
+ # flags isn't an option because the code needs to run in Ant.
34
+ - dependency-name: "com.google.googlejavaformat:google-java-format"
35
+ versions:
36
+ - ">= 1.8"
37
open-pull-requests-limit: 15
38
- package-ecosystem: "github-actions"
39
directory: "/"
0 commit comments