Skip to content

Commit

Permalink
Auto merge of #12716 - epage:renovate, r=arlosi
Browse files Browse the repository at this point in the history
chore(ci): Ignore patch version in MSRV

1. Its extra churn to be forced to update patch releases
2. #12654 adds `cargo hack` which doesn't handle MSRV patch versions well
  • Loading branch information
bors committed Sep 20, 2023
2 parents 376b9a7 + f328f03 commit d829727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
matchPackageNames: [
'latest-msrv',
],
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
schedule: [
'* * * * *',
],
Expand Down

0 comments on commit d829727

Please sign in to comment.