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