From 9c1befaa9afe98240c693e1d6c6947a0cf64634f Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Wed, 27 May 2026 20:22:15 +0100 Subject: [PATCH] chore: allow Renovate TypeScript updates at v6 and above Removes the `<6.0.0` cap on `typescript`. The prep landed in #536, so TS 6 can ship as a regular Renovate bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5e31300e..1297908f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,12 +26,6 @@ "eslint" ], "allowedVersions": "<10.0.0" - }, - { - "matchPackageNames": [ - "typescript" - ], - "allowedVersions": "<6.0.0" } ] }