Skip to content

Commit d53f080

Browse files
HandyS11claude
andauthored
chore(deps): group dependabot updates and track GitHub Actions (#72)
Batch every NuGet bump into a single weekly PR via a catch-all group instead of one PR per package. The SixLabors major-version ignore rules still apply inside the group. Also add a github-actions ecosystem entry so the actions used by .github/workflows/*.yml are kept up to date, grouped the same way. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 75d66ae commit d53f080

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
# One catch-all group: every NuGet bump lands in a single weekly PR.
13+
groups:
14+
nuget:
15+
patterns:
16+
- "*"
1217
ignore:
1318
# SixLabors moved ImageSharp v4 / ImageSharp.Drawing v3 to the commercial
1419
# "Six Labors Split License", which hard-fails the build without a paid
@@ -17,3 +22,13 @@ updates:
1722
update-types: ["version-update:semver-major"]
1823
- dependency-name: "SixLabors.ImageSharp.Drawing"
1924
update-types: ["version-update:semver-major"]
25+
26+
- package-ecosystem: "github-actions"
27+
directory: "/"
28+
schedule:
29+
interval: "weekly"
30+
# Same deal for the actions used by .github/workflows/*.yml.
31+
groups:
32+
github-actions:
33+
patterns:
34+
- "*"

0 commit comments

Comments
 (0)