We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb3377 commit 5d67d14Copy full SHA for 5d67d14
.github/dependabot.yml
@@ -7,6 +7,14 @@ updates:
7
interval: "weekly"
8
allow:
9
- 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
16
+ - dependency-name: "org.opensaml.*"
17
18
- package-ecosystem: "github-actions"
19
directory: "/"
20
schedule:
0 commit comments