Skip to content

Commit

Permalink
fix: Enable dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g committed Jan 15, 2025
1 parent afe915e commit 0dc0988
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
schedule:
interval: "weekly"
groups:
k8s:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]

- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "weekly"
groups:
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 0dc0988

Please sign in to comment.