Skip to content

Commit

Permalink
Add Groups to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylovestiramisu committed Oct 17, 2023
1 parent 9c88f06 commit bc8d47e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
interval: weekly
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
- "golang.org*"
- "google.golang.org*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
github-dependencies:
patterns:
- "*"
exclude-patterns:
- "github.com/golang*"
- "golang.org*"
- "google.golang.org*"
- "k8s.io*"
- "sigs.k8s.io*"
labels:
- "area/dependency"
- "release-note-none"
Expand Down

0 comments on commit bc8d47e

Please sign in to comment.