Skip to content

Commit

Permalink
add dependabot (#2774)
Browse files Browse the repository at this point in the history
* add dependabot

* Update .github/dependabot.yml

Co-authored-by: pýrus <[email protected]>

* add daily schedule

* update github-actions interval

---------

Co-authored-by: pýrus <[email protected]>
  • Loading branch information
zetaab and kayrus authored Feb 19, 2025
1 parent cc2f58d commit 878f43e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
patterns:
- "k8s.io/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
patterns:
- "k8s.io/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: release-1.31
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
patterns:
- "k8s.io/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: release-1.30

0 comments on commit 878f43e

Please sign in to comment.