Skip to content

Commit

Permalink
chore(ci): Ignore patch version in MSRV
Browse files Browse the repository at this point in the history
1. Its extra churn to be forced to update parch releases
2. #12654 adds `cargo hack` which doesn't handle MSRV patch versions
   well
  • Loading branch information
epage committed Sep 20, 2023
1 parent f9335ba commit f328f03
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 f328f03

Please sign in to comment.