Skip to content

Commit

Permalink
add starting dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jun 6, 2024
1 parent ac2217a commit b679b50
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
k8s:
applies-to: "version-updates"
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
- "helm.sh/*"
- "github.com/helm/*"
- package-ecosystem: github-actions
directory: "/.github"
schedule:
interval: "weekly"
groups:
actions:
applies-to: "version-updates"
patterns:
- "*"

0 comments on commit b679b50

Please sign in to comment.