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"],