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" + ] } ] }