Skip to content

Commit 5d67d14

Browse files
committed
Ignore major incompatible opensaml PR's
1 parent beb3377 commit 5d67d14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ updates:
77
interval: "weekly"
88
allow:
99
- dependency-type: "production"
10+
# We want to manage this ourselves and not receive PR's for this
11+
ignore:
12+
- dependency-name: "org.springframework.*"
13+
update-types: ["version-update:semver-major"]
14+
- dependency-name: "org.flywaydb.*"
15+
update-types: ["version-update:semver-major"]
16+
- dependency-name: "org.opensaml.*"
17+
update-types: ["version-update:semver-major"]
1018
- package-ecosystem: "github-actions"
1119
directory: "/"
1220
schedule:

0 commit comments

Comments
 (0)