Skip to content

Commit 086d421

Browse files
committed
Update dependabot configuration to use weekly schedule and group dependencies
1 parent dbaddae commit 086d421

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@ updates:
33
- package-ecosystem: gomod
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
golang-org-deps:
10+
patterns:
11+
- "golang.org/*"
12+
k8s-deps:
13+
patterns:
14+
- "k8s.io/*"
15+
google-deps:
16+
patterns:
17+
- "github.com/google/*"
18+
linode-deps:
19+
patterns:
20+
- "github.com/linode/*"
821
- package-ecosystem: "github-actions"
922
directory: "/"
1023
schedule:

0 commit comments

Comments
 (0)