From f71cc9ddd10520bbe943b91710f26d1374612c74 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 6 Dec 2024 08:31:50 +0000 Subject: [PATCH] chore: don't ignore typescript, but upgrade it separately --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 799b63f35b..ce29371b0d 100644 --- a/renovate.json +++ b/renovate.json @@ -28,11 +28,16 @@ "ignoreDeps": [ "nitro", "h3", - "typescript", "nuxt", "nuxt3", "@nuxt/kit" ] + }, + { + "groupName": "typescript", + "matchPackageNames": [ + "typescript" + ] } ] }