diff --git a/renovate.json b/renovate.json index 986837881..4e32175ac 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,12 @@ "matchPackagePatterns": [ "^@vitest/" ] + }, + { + "groupName": "typescript", + "matchPackageNames": [ + "typescript" + ] } ] }