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
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098

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