Skip to content

Commit 2f85ded

Browse files
committed
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...
1 parent 90d1ea8 commit 2f85ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
'Cargo.toml$',
2929
],
3030
matchStrings: [
31-
'\bMSRV:3\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
32-
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\bMSRV:3\b',
31+
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
32+
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\\bMSRV:3\\b',
3333
],
3434
depNameTemplate: 'MSRV:3', // Support 3 versions of rustc
3535
packageNameTemplate: 'rust-lang/rust',

0 commit comments

Comments
 (0)