Skip to content

Commit 38979fe

Browse files
authored
ci: group dependabot kustomize updates (#1769)
kustomize contains multiple modules that are versioned together and can be grouped for updates to minimize the number of dependabot PRs
1 parent dd835f2 commit 38979fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ updates:
2828
applies-to: version-updates
2929
patterns:
3030
- "k8s.io/*"
31+
kustomize:
32+
applies-to: version-updates
33+
patterns:
34+
- "sigs.k8s.io/kustomize/*"

0 commit comments

Comments
 (0)