We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da4008 commit ecfd919Copy full SHA for ecfd919
1 file changed
.github/dependabot.yml
@@ -17,10 +17,17 @@ updates:
17
interval: "weekly"
18
allow:
19
- dependency-type: "direct"
20
- ignore:
21
- - dependency-name: "*"
+ groups:
+ k8s:
22
+ patterns:
23
+ - "k8s.io/*"
24
+ - "sigs.k8s.io/*"
25
+ all-minor-patch:
26
update-types:
- - "version-update:semver-patch"
27
+ - "minor"
28
+ - "patch"
29
+ cooldown:
30
+ default-days: 7
31
32
# Check for helm updates
33
- package-ecosystem: "helm"
0 commit comments