Update groupName for pulldown-cmark in renovate config
66108b5128
didn't actually result in a
grouped update for pulldown-cmark and pulldown-cmark-to-cmark, both of
which have available updates and both of which must be upgraded at the
same time in this instance.
Reading the renovate documentation, it is unclear why this configuration
didn't work, but my best guess is that there's some unexpected behavior
when groupName == packageName.
This commit is contained in:
parent
66108b5128
commit
768ebb3ecd
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -47,7 +47,7 @@
|
||||
// lockstep in case of breaking changes, so it's best to group them
|
||||
// together.
|
||||
"matchPackagePatterns": ["^pulldown-cmark.*"],
|
||||
"groupName": "pulldown-cmark"
|
||||
"groupName": "pulldown-cmark (grouped)"
|
||||
},
|
||||
],
|
||||
ignorePaths: [
|
||||
|
Loading…
Reference in New Issue
Block a user