Skip to content

Commit 9a30272

Browse files
Merge pull request #2221 from thomasferrandiz/dependabot-groups
Organize dependabot PR's more clearly by using groups
2 parents 21e82fd + 3e42424 commit 9a30272

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16+
groups:
17+
k8s:
18+
patterns: [ "k8s.io/*", "sigs.k8s.io/*" ]
19+
update-types: [ "major", "minor", "patch" ]
20+
etcd:
21+
patterns: [ "go.etcd.io/*" ]
22+
update-types: [ "major", "minor", "patch" ]
23+
tencent:
24+
patterns: [ "github.com/tencentcloud/*" ]
25+
update-types: [ "major", "minor", "patch" ]
26+
other-go-modules:
27+
patterns: [ "*" ]
28+
exclude-patterns:
29+
- "k8s.io/*"
30+
- "sigs.k8s.io/*"
31+
- "go.etcd.io/*"
32+
- "github.com/tencentcloud/*"
1633
- package-ecosystem: "github-actions"
1734
directory: ".github"
1835
schedule:

0 commit comments

Comments
 (0)