Skip to content

Commit 1cbb161

Browse files
k0kubunmatzbot
authored andcommitted
Decrease the frequency of cargo updates
They're development-only dependencies. We shouldn't need to pay the maintenance cost for such frequent updates, especially when the dependabot PRs have failed the CI two times in a row.
1 parent c897613 commit 1cbb161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
exclude-paths:
1919
- 'gc/mmtk/**'
2020
schedule:
21-
interval: 'daily'
21+
interval: 'monthly'
2222
groups:
2323
jit:
2424
patterns:

0 commit comments

Comments
 (0)