We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21e82fd + 3e42424 commit 9a30272Copy full SHA for 9a30272
.github/dependabot.yml
@@ -13,6 +13,23 @@ updates:
13
directory: "/"
14
schedule:
15
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
23
+ tencent:
24
+ patterns: [ "github.com/tencentcloud/*" ]
25
26
+ other-go-modules:
27
+ patterns: [ "*" ]
28
+ exclude-patterns:
29
+ - "k8s.io/*"
30
+ - "sigs.k8s.io/*"
31
+ - "go.etcd.io/*"
32
+ - "github.com/tencentcloud/*"
33
- package-ecosystem: "github-actions"
34
directory: ".github"
35
0 commit comments