mirror of
https://github.com/rust-lang/cargo
synced 2024-10-30 13:14:35 +00:00
Auto merge of #13442 - epage:msrv, r=weihanglo
chore(ci): Drop MSRV:1 patch field This was missed when I did MSRV:3 This make it less annoying for people to keep up on every patch with their own MSRVs.
This commit is contained in:
commit
57d14e4784
1 changed files with 1 additions and 0 deletions
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
|
@ -45,6 +45,7 @@
|
|||
matchPackageNames: [
|
||||
'MSRV:1',
|
||||
],
|
||||
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue