Skip to content

Commit

Permalink
ci: update dependabot for group
Browse files Browse the repository at this point in the history
updated dependabot configuration
to have group rebase.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Nov 14, 2023
1 parent d97f4c3 commit d887c32
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ updates:
prefix: "vendor"
labels:
- vendor
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
- "google.golang.org/*"
- "golang.org/x/*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
github-dependencies:
patterns:
- "github.com*"
exclude-patterns:
- "github.com/golang*"
- "github.com/container-storage-interface/spec"
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
Expand All @@ -19,6 +35,20 @@ updates:
prefix: "vendor"
labels:
- vendor
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
- "google.golang.org/*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
github-dependencies:
patterns:
- "github.com*"
exclude-patterns:
- "github.com/golang*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit d887c32

Please sign in to comment.