Skip to content

Commit bf9f224

Browse files
perdasilvaPer Goncalves da Silva
authored andcommitted
group k8s and golang.org/x dependencies (#419)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: api Upstream-commit: a4e879bb3fbb17acec76c3f5b79d938d679b8858
1 parent 3fcebdc commit bf9f224

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

staging/api/.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ updates:
77
- package-ecosystem: "gomod"
88
directory: "/"
99
schedule:
10-
interval: "weekly"
10+
interval: "weekly"
11+
groups:
12+
k8s-dependencies:
13+
patterns:
14+
- "k8s.io/*"
15+
- "sigs.k8s.io/*"
16+
golang-x-deps:
17+
patterns:
18+
- "golang.org/x/*"

0 commit comments

Comments
 (0)