Skip to content

Commit

Permalink
Sync dependabot config from external-provisioner
Browse files Browse the repository at this point in the history
In the external-provisioner repo we experimented with updating *all*
dependencies. IMHO it is useful, I'm syncing it to all sidecars.
  • Loading branch information
jsafrane committed Apr 5, 2024
1 parent 0823d98 commit 25e4a05
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +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 25e4a05

Please sign in to comment.