Skip to content

Commit 129f14a

Browse files
JerrettDavisclaude
andcommitted
chore: switch from custom update workflow to Dependabot groups
Replace the custom update-packages.yml workflow with Dependabot's native grouped updates. This gives us batched PRs that trigger CI natively, security vulnerability alerts, and less custom code to maintain. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08a8c81 commit 129f14a

2 files changed

Lines changed: 7 additions & 83 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ updates:
1818
prefix: "deps"
1919
include: "scope"
2020
groups:
21+
all-nuget:
22+
patterns:
23+
- "*"
2124
microsoft:
2225
patterns:
2326
- "Microsoft.*"
@@ -57,3 +60,7 @@ updates:
5760
commit-message:
5861
prefix: "ci"
5962
include: "scope"
63+
groups:
64+
all-actions:
65+
patterns:
66+
- "*"

.github/workflows/update-packages.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)