Skip to content

Commit

Permalink
Sync dependabot config from other sidecars repository
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R committed Oct 1, 2024
1 parent 6d15f15 commit c4fd40f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: gomod
directory: "/"
allow:
- dependency-type: "all"
schedule:
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"
- "ok-to-test"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10

0 comments on commit c4fd40f

Please sign in to comment.