Skip to content

Commit d29cb6f

Browse files
committed
Run dependabot once a month
We don't really need to update our dependencies so often. It makes sense to run dependabot once a month, instead of each week.
1 parent e4ee8be commit d29cb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updates:
1515
- package-ecosystem: "gomod"
1616
directory: "/"
1717
schedule:
18-
interval: "weekly"
18+
interval: "monthly"
1919
groups:
2020
## group all dependencies with a k8s.io prefix into a single PR.
2121
kubernetes:
@@ -49,7 +49,7 @@ updates:
4949
- package-ecosystem: "gomod"
5050
directory: "/test"
5151
schedule:
52-
interval: "weekly"
52+
interval: "monthly"
5353
## group all dependencies with a k8s.io prefix into a single PR.
5454
groups:
5555
kubernetes:

0 commit comments

Comments
 (0)