Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
The "6 months" it uses differs from dtolnay/rust-toolchain.
Hopefully this means it will make update PRs at the right time.
  • Loading branch information
CAD97 committed Nov 5, 2024
1 parent eb389d1 commit c3addaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"schedule:weekly",
":disableDependencyDashboard"
],
"platformCommit": true,
"platformCommit": "enabled",
"customManagers": [
{
"customType": "regex",
Expand All @@ -28,7 +28,7 @@
"packageRules": [
{
"automerge": true,
"minimumReleaseAge": "6 months",
"minimumReleaseAge": "27 weeks", // 6 months + a little slack
"matchDepNames": [
"rust-version"
]
Expand Down

0 comments on commit c3addaa

Please sign in to comment.