mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
fix(renovate): Switch matchPackageNames to matchDepNames
This commit is contained in:
parent
cf53cc54bb
commit
449d6cb356
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user