Skip to content

Commit 7fc77a2

Browse files
authored
chore(ci): group dependabot PRs (#72)
1 parent 8fdfb2f commit 7fc77a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ version: 2
55
updates:
66
- package-ecosystem: gomod
77
directory: "/"
8+
groups:
9+
all:
10+
patterns:
11+
- "*" # Group all updates into a single larger pull request.
812
schedule:
913
interval: weekly
1014
day: sunday
1115
time: "11:00" # 11am UTC
1216

1317
- package-ecosystem: github-actions
1418
directory: /
19+
groups:
20+
all:
21+
patterns:
22+
- "*" # Group all updates into a single larger pull request.
1523
schedule:
1624
interval: weekly
1725
day: sunday

0 commit comments

Comments
 (0)