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 851a031 commit 4ec3791Copy full SHA for 4ec3791
.github/dependabot.yml
@@ -21,4 +21,6 @@ updates:
21
# Releases too often, it's annoying
22
- dependency-name: "org.assertj:*"
23
update-types: ["version-update:semver-patch"]
24
-
+ # We don't want to stay on an LTS version and want to have more regular updates here:
25
+ - dependency-name: "io.quarkiverse.openapi.generator:*"
26
+ versions: ["2.6.0-lts"]
0 commit comments