Skip to content

Commit 24d45f2

Browse files
committed
build: Group dependabot updates
Signed-off-by: Paulo Gomes <[email protected]>
1 parent fedb4d9 commit 24d45f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
golang.org:
9+
patterns:
10+
- "golang.org/*"
711

812
- package-ecosystem: "github-actions"
913
directory: "/"
1014
schedule:
1115
interval: "monthly"
16+
groups:
17+
github-actions-updates:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)