diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7fdcf0d5cc4..afb26b7d3de 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -44,7 +44,7 @@ matchManagers: [ 'custom.regex', ], - matchPackageNames: [ + matchDepNames: [ 'MSRV:1', ], extractVersion: '^(?\\d+\\.\\d+)', // Drop the patch version @@ -58,7 +58,7 @@ matchManagers: [ 'custom.regex', ], - matchPackageNames: [ + matchDepNames: [ 'MSRV:3', ], extractVersion: '^(?\\d+\\.\\d+)', // Drop the patch version