1 parent 1dfea9a commit 53ea65bCopy full SHA for 53ea65b
1 file changed
.github/dependabot.yml
@@ -21,6 +21,8 @@ updates:
21
ignore:
22
- dependency-name: "io.quarkus:*"
23
update-types: ["version-update:semver-major", "version-update:semver-minor"]
24
+ - dependency-name: "io.undertow:*"
25
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
26
- package-ecosystem: "github-actions" # Also update Github actions
27
directory: "/"
28
schedule:
@@ -49,3 +51,6 @@ updates:
49
51
interval: "weekly"
50
52
cooldown:
53
default-days: 7
54
+ ignore:
55
56
0 commit comments