Skip to content

Commit c5b5d94

Browse files
committed
dependabot: Enable grouped updates
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 5c10d9a commit c5b5d94

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,27 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
open-pull-requests-limit: 10
7+
groups:
8+
gomod:
9+
patterns:
10+
- "*"
11+
exclude-patterns:
12+
- "golang.org/x/*"
13+
golang-x:
14+
patterns:
15+
- "golang.org/x/*"
816
- package-ecosystem: "github-actions"
917
directory: "/"
1018
schedule:
1119
interval: "weekly"
20+
groups:
21+
github-actions:
22+
patterns:
23+
- "*"
24+
exclude-patterns:
25+
- "actions/*"
26+
- "github/*"
27+
github-owned:
28+
patterns:
29+
- "actions/*"
30+
- "github/*"

0 commit comments

Comments
 (0)