We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d1ea8 commit 2f85dedCopy full SHA for 2f85ded
.github/renovate.json5
@@ -28,8 +28,8 @@
28
'Cargo.toml$',
29
],
30
matchStrings: [
31
- '\bMSRV:3\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
32
- '(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\bMSRV:3\b',
+ '\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
+ '(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?\\bMSRV:3\\b',
33
34
depNameTemplate: 'MSRV:3', // Support 3 versions of rustc
35
packageNameTemplate: 'rust-lang/rust',
0 commit comments