diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6676c1100c1..b671128de96 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,8 +15,8 @@ 'Cargo.toml$', ], matchStrings: [ - '\bMSRV:1\b.*?(?\\d+\\.\\d+(\\.\\d+)?)', - '(?\\d+\\.\\d+(\\.\\d+)?).*?\bMSRV:1\b', + '\\bMSRV:1\\b.*?(?\\d+\\.\\d+(\\.\\d+)?)', + '(?\\d+\\.\\d+(\\.\\d+)?).*?\\bMSRV:1\\b', ], depNameTemplate: 'MSRV:1', // Support 1 version of rustc packageNameTemplate: 'rust-lang/rust',