Skip to content

Commit bac2bb8

Browse files
HandyS11claude
andauthored
chore(deps): group dependabot nuget and actions updates (#41)
Bundle nuget minor/patch version updates into one weekly PR and security updates into a separate PR. Group all github-actions bumps into a single PR. Major nuget updates stay ungrouped so breaking changes are reviewed individually. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 8e89a5e commit bac2bb8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,22 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
nuget-minor-and-patch:
14+
applies-to: version-updates
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
nuget-security:
19+
applies-to: security-updates
20+
patterns:
21+
- "*"
1222

1323
- package-ecosystem: github-actions
1424
directory: "/"
1525
schedule:
1626
interval: weekly
27+
groups:
28+
github-actions:
29+
patterns:
30+
- "*"

0 commit comments

Comments
 (0)