Skip to content

Commit

Permalink
chore: configure dependabot to do weekly updates (#53)
Browse files Browse the repository at this point in the history
* chore: configure dependabot to weekly updates

Additionally, group k8s.io deps.

* Update dependabot.yaml
  • Loading branch information
matifali authored Jul 25, 2024
1 parent 958f86d commit fee14ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
k8s:
pattern:
- "k8s.io/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit fee14ad

Please sign in to comment.