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:
Nick Groenen
2024-08-24 13:09:42 +02:00
parent 66108b5128
commit 768ebb3ecd

View File

@@ -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: [