Skip to content

Commit 731d4b9

Browse files
authored
Merge pull request #171 from zalando/dependabot-group
Group dependabot updates to avoid multiple PRs at a time
2 parents 140dc72 + cb05031 commit 731d4b9

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)