Skip to content

Commit a2ff684

Browse files
committed
ci: update dependencies in a group
update dependencies in a group so that the k8s api doesn't throws error and all the deps are updated in single PR. Signed-off-by: subhamkrai <srai@redhat.com>
1 parent 697617a commit a2ff684

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"
8+
groups:
9+
golang-dependencies:
10+
patterns:
11+
- "github.com/golang*"
12+
- "golang.org/x/*"
13+
k8s-dependencies:
14+
patterns:
15+
- "k8s.io*"
16+
- "sigs.k8s.io*"
17+
github-dependencies:
18+
patterns:
19+
- "github.com*"
20+
exclude-patterns:
21+
- "github.com/golang*"
822

923
# Dependencies listed in .github/workflows/*.yml
1024
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)