diff --git a/renovate.json b/renovate.json index a4b61c6b4..bfa0d76e5 100644 --- a/renovate.json +++ b/renovate.json @@ -93,6 +93,9 @@ }, { "description": "Group packages together by stripping all registry/namespace prefixes", + "matchPackagePatterns": [ + "*" + ], "groupName": "{{#if packageName}}{{{replace '^.*\\/([^\\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\\/([^\\/]+)$' '$1' depName}}}{{/if}}", "groupSlug": "unified-{{{groupName}}}" },