Skip to content

Commit

Permalink
Merge pull request #251 from jsafrane/sync-dependabot
Browse files Browse the repository at this point in the history
Sync dependabot config from external-provisioner
  • Loading branch information
k8s-ci-robot authored Apr 5, 2024
2 parents bd09275 + 5b0dd2f commit 8c2dae0
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: "/"
allow:
- dependency-type: "all"
schedule:
interval: daily
interval: weekly
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
- "github.com/kubernetes-csi*"
github-dependencies:
patterns:
- "*"
exclude-patterns:
- "github.com/golang*"
- "k8s.io*"
- "sigs.k8s.io*"
- "github.com/kubernetes-csi*"
labels:
- "area/dependency"
- "release-note-none"
Expand Down

0 comments on commit 8c2dae0

Please sign in to comment.