Skip to content

Commit

Permalink
Run dependabot once a month
Browse files Browse the repository at this point in the history
We don't really need to update our dependencies so often. It makes
sense to run dependabot once a month, instead of each week.
  • Loading branch information
Fedosin committed Dec 5, 2023
1 parent e4ee8be commit d29cb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
## group all dependencies with a k8s.io prefix into a single PR.
kubernetes:
Expand Down Expand Up @@ -49,7 +49,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/test"
schedule:
interval: "weekly"
interval: "monthly"
## group all dependencies with a k8s.io prefix into a single PR.
groups:
kubernetes:
Expand Down

0 comments on commit d29cb6f

Please sign in to comment.