From f85daf3dbebcc442d10605979d541deaf40e3f39 Mon Sep 17 00:00:00 2001 From: Forge Bot Date: Mon, 11 May 2026 18:35:29 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index aa883fc..b64c8a6 100644 --- a/renovate.json +++ b/renovate.json @@ -26,8 +26,8 @@ }, { "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", -- 2.52.0