renovate: matchPackagePatterns -> matchPackageNames
See https://docs.renovatebot.com/release-notes-for-major-versions/#changes-to-package-matching This might also explain the issues getting grouping to work for pulldown-cmark.
This commit is contained in:
parent
768ebb3ecd
commit
5bede0a357
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -46,7 +46,7 @@
|
||||
// pulldown-cmark and pulldown-cmark-to-mark must be updated in
|
||||
// lockstep in case of breaking changes, so it's best to group them
|
||||
// together.
|
||||
"matchPackagePatterns": ["^pulldown-cmark.*"],
|
||||
"matchPackageNames": ["pulldown-cmark*"],
|
||||
"groupName": "pulldown-cmark (grouped)"
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user