Skip to content

Commit c6f36cf

Browse files
authored
ci: groups for Dependabot
1 parent f7dcdcf commit c6f36cf

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,43 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
docker:
11+
patterns:
12+
- '*'
313
- package-ecosystem: "gomod"
414
directory: "/"
515
schedule:
616
interval: "daily"
7-
open-pull-requests-limit: 5
17+
cooldown:
18+
default-days: 7
819
groups:
920
k8s:
1021
patterns:
1122
- k8s.io/api*
1223
- k8s.io/client-go
24+
- package-ecosystem: "gomod"
25+
directory: "/"
26+
schedule:
27+
interval: "weekly"
28+
cooldown:
29+
default-days: 7
30+
groups:
31+
gomod:
32+
patterns:
33+
- '*'
1334
- package-ecosystem: github-actions
1435
directory: "/"
1536
schedule:
1637
interval: "daily"
17-
open-pull-requests-limit: 5
38+
cooldown:
39+
default-days: 7
40+
groups:
41+
gha:
42+
patterns:
43+
- '*'

0 commit comments

Comments
 (0)