We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d15bd9 + f77a9ea commit 8c5c6fcCopy full SHA for 8c5c6fc
1 file changed
.github/dependabot.yml
@@ -11,6 +11,10 @@ updates:
11
ignore:
12
- dependency-name: "*"
13
update-types: ["version-update:semver-major"]
14
+ - dependency-name: "io.quarkus.*"
15
+ updates-types:
16
+ - "version-update:semver-major"
17
+ - "version-update:semver-minor"
18
19
- package-ecosystem: "github-actions" # Also update Github actions
20
directory: "/"
0 commit comments