diff --git a/renovate.json b/renovate.json index 3894349..06a8912 100644 --- a/renovate.json +++ b/renovate.json @@ -46,10 +46,10 @@ }, { "description": "TypeScript type definitions stay grouped with each other", - "matchPackagePrefixes": [ - "@types/" - ], - "groupName": "type definitions" + "groupName": "type definitions", + "matchPackageNames": [ + "@types/{/,}**" + ] }, { "description": "Dev dependencies in their own group",