Skip to content

Commit 679568f

Browse files
committed
Group dependabot dependencies
It seems you can group the PRs you get for dependabot version bumps. Let's do this to reduce the number of PRs opened. Closes #1144.
1 parent 875960b commit 679568f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
rust:
14+
patterns: ["*"]
1215
- package-ecosystem: "github-actions"
1316
directory: "/"
1417
schedule:
1518
interval: "weekly"
19+
groups:
20+
github-actions:
21+
patterns: ["*"]

0 commit comments

Comments
 (0)