We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1389e2f + 805d191 commit 367f0efCopy full SHA for 367f0ef
1 file changed
.github/dependabot.yml
@@ -18,6 +18,10 @@ updates:
18
# Dependabot's find-and-replace breaks lockfile metadata headers.
19
- dependency-name: "actions/github-script"
20
- dependency-name: "github/gh-aw-actions"
21
+ # Major version bumps may have breaking changes and must be
22
+ # evaluated and applied manually.
23
+ - dependency-name: "*"
24
+ update-types: ["version-update:semver-major"]
25
groups:
26
github-actions:
27
patterns:
@@ -27,6 +31,11 @@ updates:
31
directory: "/"
28
32
schedule:
29
33
interval: "weekly"
34
+ ignore:
35
+ # Major version bumps often drop Java 17 support or have breaking
36
+ # API changes. These must be evaluated and applied manually.
37
38
30
39
40
maven-deps:
41
0 commit comments