Skip to content

Commit b412339

Browse files
committed
build: Align dependabot settings with go-git
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent d982317 commit b412339

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
commit-message:
88
prefix: "build"
99

@@ -13,3 +13,7 @@ updates:
1313
interval: "daily"
1414
commit-message:
1515
prefix: "build"
16+
groups:
17+
golang.org:
18+
patterns:
19+
- "golang.org/*"

0 commit comments

Comments
 (0)