Skip to content

Commit 149500a

Browse files
committed
Disable updates for google-java-format
1 parent 3ba7f5f commit 149500a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ updates:
2929
- dependency-name: "org.apache.maven.plugins:maven-plugin-plugin"
3030
versions:
3131
- "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"
3237
open-pull-requests-limit: 15
3338
- package-ecosystem: "github-actions"
3439
directory: "/"

0 commit comments

Comments
 (0)