Skip to content

Commit ecfd919

Browse files
committed
group gomod dependencies and introduce cooldown
1 parent 2da4008 commit ecfd919

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ updates:
1717
interval: "weekly"
1818
allow:
1919
- dependency-type: "direct"
20-
ignore:
21-
- dependency-name: "*"
20+
groups:
21+
k8s:
22+
patterns:
23+
- "k8s.io/*"
24+
- "sigs.k8s.io/*"
25+
all-minor-patch:
2226
update-types:
23-
- "version-update:semver-patch"
27+
- "minor"
28+
- "patch"
29+
cooldown:
30+
default-days: 7
2431

2532
# Check for helm updates
2633
- package-ecosystem: "helm"

0 commit comments

Comments
 (0)