Skip to content

Commit

Permalink
fix(renovate): Switch matchPackageNames to matchDepNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Muscraft committed Oct 19, 2024
1 parent cf53cc5 commit 449d6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
matchManagers: [
'custom.regex',
],
matchPackageNames: [
matchDepNames: [
'MSRV:1',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
Expand All @@ -58,7 +58,7 @@
matchManagers: [
'custom.regex',
],
matchPackageNames: [
matchDepNames: [
'MSRV:3',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
Expand Down

0 comments on commit 449d6cb

Please sign in to comment.