Skip to content

Commit 76eeef3

Browse files
authored
Merge pull request #92 from rnc/BR1
Add exclusions in dependabot
2 parents 1dfea9a + 53ea65b commit 76eeef3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ updates:
2121
ignore:
2222
- dependency-name: "io.quarkus:*"
2323
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"]
2426
- package-ecosystem: "github-actions" # Also update Github actions
2527
directory: "/"
2628
schedule:
@@ -49,3 +51,6 @@ updates:
4951
interval: "weekly"
5052
cooldown:
5153
default-days: 7
54+
ignore:
55+
- dependency-name: "io.undertow:*"
56+
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)