mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
chore(ci): Fix MSRV:3 updates
PR #13266 shows that #13265 worked, so extending it to also cover `MSRV:3` updates. Really, I just forgot...
This commit is contained in:
parent
90d1ea8c5a
commit
2f85ded787
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
@ -28,8 +28,8 @@
|
||||
'Cargo.toml$',
|
||||
],
|
||||
matchStrings: [
|
||||
'\bMSRV:3\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\bMSRV:3\b',
|
||||
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
|
||||
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\\bMSRV:3\\b',
|
||||
],
|
||||
depNameTemplate: 'MSRV:3', // Support 3 versions of rustc
|
||||
packageNameTemplate: 'rust-lang/rust',
|
||||
|
Loading…
x
Reference in New Issue
Block a user