fix(renovate): Switch matchPackageNames to matchDepNames

This commit is contained in:
Scott Schafer 2024-10-18 21:13:36 -06:00
parent cf53cc54bb
commit 449d6cb356
No known key found for this signature in database

View File

@ -44,7 +44,7 @@
matchManagers: [
'custom.regex',
],
matchPackageNames: [
matchDepNames: [
'MSRV:1',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
@ -58,7 +58,7 @@
matchManagers: [
'custom.regex',
],
matchPackageNames: [
matchDepNames: [
'MSRV:3',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version