Skip to content

Commit c649ef2

Browse files
authored
chore(zed): group dependabot updates per ecosystem (#5)
Bundle cargo + github-actions bumps into one weekly grouped PR (Dependabot groups), so updates that share a lockfile land atomically instead of conflicting when merged serially under branch protection.
1 parent 3b364c0 commit c649ef2

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
@@ -4,7 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
groups:
8+
cargo-deps:
9+
patterns:
10+
- "*"
711
- package-ecosystem: github-actions
812
directory: "/"
913
schedule:
1014
interval: weekly
15+
groups:
16+
actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)