From 768ebb3ecd4db9664dda951a51ebe785894eeafd Mon Sep 17 00:00:00 2001 From: Nick Groenen Date: Sat, 24 Aug 2024 13:09:42 +0200 Subject: [PATCH] Update groupName for pulldown-cmark in renovate config 66108b5128fcb794bfa774ddeca53c6444fefbd0 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. --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3a77323..14af7d4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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: [