Skip to content

Commit c3addaa

Browse files
committed
Update renovate config
The "6 months" it uses differs from dtolnay/rust-toolchain. Hopefully this means it will make update PRs at the right time.
1 parent eb389d1 commit c3addaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"schedule:weekly",
66
":disableDependencyDashboard"
77
],
8-
"platformCommit": true,
8+
"platformCommit": "enabled",
99
"customManagers": [
1010
{
1111
"customType": "regex",
@@ -28,7 +28,7 @@
2828
"packageRules": [
2929
{
3030
"automerge": true,
31-
"minimumReleaseAge": "6 months",
31+
"minimumReleaseAge": "27 weeks", // 6 months + a little slack
3232
"matchDepNames": [
3333
"rust-version"
3434
]

0 commit comments

Comments
 (0)