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 22214e4 commit eb77e21Copy full SHA for eb77e21
.github/dependabot.yml
@@ -58,6 +58,9 @@ updates:
58
update-types: ["version-update:semver-major", "version-update:semver-minor"]
59
- dependency-name: "io.vertx*"
60
61
+ # Spotless 8 doesn't work with JDK 11
62
+ - dependency-name: "com.diffplug.spotless*"
63
+ update-types: ["version-update:semver-major"]
64
65
# Dockerfiles in tooling/docker/, and database services we use for examples (MySQL and PostgreSQL)
66
- package-ecosystem: "docker"
0 commit comments