Skip to content

Commit 400cf39

Browse files
authored
ci: group dependabot prs (#2969)
Signed-off-by: Sertac Ozercan <[email protected]>
1 parent ce1f753 commit 400cf39

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ updates:
44
- package-ecosystem: "npm"
55
directory: "/website"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88
commit-message:
99
prefix: "chore"
1010

1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
14-
interval: "daily"
14+
interval: "weekly"
1515
commit-message:
1616
prefix: "chore"
17+
groups:
18+
all:
19+
patterns:
20+
- "*"
1721

1822
- package-ecosystem: "gomod"
1923
directory: "/"
@@ -26,6 +30,11 @@ updates:
2630
update-types:
2731
- "version-update:semver-major"
2832
- "version-update:semver-minor"
33+
groups:
34+
k8s:
35+
patterns:
36+
- "k8s.io/*"
37+
- "sigs.k8s.io/*"
2938

3039
- package-ecosystem: "docker"
3140
directory: /

0 commit comments

Comments
 (0)