Skip to content

Commit cb05031

Browse files
committed
Group dependabot updates to avoid multiple PRs at a time
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
1 parent 140dc72 commit cb05031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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+
all-go-mod:
14+
patterns: ["*"]
1215
- package-ecosystem: "github-actions"
1316
directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows
1417
schedule:
1518
interval: "weekly"
19+
groups:
20+
gh-actions:
21+
patterns: ["*"]

0 commit comments

Comments
 (0)