From f2b070e201dcce6cb295384a0b8d11cc16405ec9 Mon Sep 17 00:00:00 2001 From: Forge Bot Date: Sat, 9 May 2026 15:41:56 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f8bb28c..f2e0703 100644 --- a/renovate.json +++ b/renovate.json @@ -26,8 +26,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", @@ -51,4 +53,4 @@ "commitMessageAction": "Refresh" }, "osvVulnerabilityAlerts": true - } \ No newline at end of file + } -- 2.52.0