From 974995e4744d0a017a2f1a07c2a2405fc452cf00 Mon Sep 17 00:00:00 2001 From: brandtnewlabs <44766428+brandtnewlabs@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:26:23 +0200 Subject: [PATCH] chore: keep Renovate on TypeScript 6 --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 081fba4..ca2c2a3 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,11 @@ "matchManagers": ["github-actions"], "groupName": "github actions" }, + { + "description": "Expo SDK 57 and its @typescript-eslint toolchain require the TypeScript 6 API.", + "matchPackageNames": ["typescript"], + "allowedVersions": "<7" + }, { "description": "Expo's eslint-plugin-react stack does not support ESLint 10 yet.", "matchPackageNames": ["eslint"],