Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
  • Loading branch information
Nexucis committed Dec 6, 2024
1 parent e568931 commit cb4ed84
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
groups:
k8s.io:
patterns:
- "k8s.io/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit cb4ed84

Please sign in to comment.