Skip to content

Commit 449d6cb

Browse files
committed
fix(renovate): Switch matchPackageNames to matchDepNames
1 parent cf53cc5 commit 449d6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
matchManagers: [
4545
'custom.regex',
4646
],
47-
matchPackageNames: [
47+
matchDepNames: [
4848
'MSRV:1',
4949
],
5050
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
@@ -58,7 +58,7 @@
5858
matchManagers: [
5959
'custom.regex',
6060
],
61-
matchPackageNames: [
61+
matchDepNames: [
6262
'MSRV:3',
6363
],
6464
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version

0 commit comments

Comments
 (0)