Skip to content

Commit 16e6ec5

Browse files
authored
Move dependabot to monthly cadence (#1315)
Weekly is requiring a lot of human time to review and support non-standard upgrades (e.g. protobuf changes that require regen files). Moving to monthly to give us some more breathing space.
1 parent c474b64 commit 16e6ec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directories:
55
- /
66
schedule:
7-
interval: weekly
7+
interval: monthly
88
groups:
99
all-deps:
1010
applies-to: version-updates
@@ -14,7 +14,7 @@ updates:
1414
- package-ecosystem: github-actions
1515
directory: /
1616
schedule:
17-
interval: weekly
17+
interval: monthly
1818
groups:
1919
all-deps:
2020
applies-to: version-updates
@@ -30,7 +30,7 @@ updates:
3030
- /clone/cmd/sumdbclone
3131
- /integration
3232
schedule:
33-
interval: weekly
33+
interval: monthly
3434
groups:
3535
all-deps:
3636
applies-to: version-updates

0 commit comments

Comments
 (0)