Skip to content

Commit

Permalink
chore(ci): Fix MSRV:3 updates
Browse files Browse the repository at this point in the history
PR rust-lang#13266 shows that rust-lang#13265 worked, so extending it to also cover
`MSRV:3` updates.

Really, I just forgot...
  • Loading branch information
epage committed Jan 8, 2024
1 parent 90d1ea8 commit 2f85ded
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 @@ -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',
Expand Down

0 comments on commit 2f85ded

Please sign in to comment.