Skip to content

Commit 805d191

Browse files
committed
On branch edburns/dd-2969317-dependabot-only-minor-bumps
modified: .github/dependabot.yml - Both `github-actions` and `maven` ecosystems now ignore semver-major bumps. Those will be done manually.
1 parent 1389e2f commit 805d191

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ updates:
1818
# Dependabot's find-and-replace breaks lockfile metadata headers.
1919
- dependency-name: "actions/github-script"
2020
- 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"]
2125
groups:
2226
github-actions:
2327
patterns:
@@ -27,6 +31,11 @@ updates:
2731
directory: "/"
2832
schedule:
2933
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+
- dependency-name: "*"
38+
update-types: ["version-update:semver-major"]
3039
groups:
3140
maven-deps:
3241
patterns:

0 commit comments

Comments
 (0)