Skip to content

Commit 0d80a29

Browse files
committed
Limit Dependabot to minor updates
Ignore major NuGet and GitHub Actions upgrades so routine dependency automation does not recreate a noisy high-risk PR backlog. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0b50529c-1a84-4723-b84f-6b4d355a9a9b
1 parent f518523 commit 0d80a29

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ updates:
66
interval: weekly
77
day: monday
88
open-pull-requests-limit: 5
9+
ignore:
10+
- dependency-name: "*"
11+
update-types:
12+
- version-update:semver-major
913
groups:
1014
minor-and-patch:
1115
update-types:
@@ -18,6 +22,10 @@ updates:
1822
interval: weekly
1923
day: monday
2024
open-pull-requests-limit: 5
25+
ignore:
26+
- dependency-name: "*"
27+
update-types:
28+
- version-update:semver-major
2129
groups:
2230
minor-and-patch:
2331
update-types:

0 commit comments

Comments
 (0)