We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55eb787 commit 12d4b7aCopy full SHA for 12d4b7a
1 file changed
.github/dependabot.yml
@@ -12,9 +12,7 @@ updates:
12
- dependency-name: "*"
13
update-types: ["version-update:semver-major"]
14
- dependency-name: "io.quarkus:*"
15
- update-types:
16
- - "version-update:semver-major"
17
- - "version-update:semver-minor"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
18
19
- package-ecosystem: "github-actions" # Also update Github actions
20
directory: "/"
0 commit comments