Skip to content

Commit 775613f

Browse files
authored
Add dependabot K8s dependencies group (#1070)
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent cae1cf1 commit 775613f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
interval: "daily"
1313
commit-message:
1414
prefix: ":seedling:"
15+
groups:
16+
k8s-dependencies:
17+
patterns:
18+
- "k8s.io/*"
19+
- "sigs.k8s.io/*"
1520
- package-ecosystem: "pip"
1621
directory: "/"
1722
schedule:

0 commit comments

Comments
 (0)