From 5c4b1ff388dad4dda2346a752c73c8a7d4fda169 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Wed, 24 Sep 2025 23:16:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(frontend)=20stay=20with=20Vercel?= =?UTF-8?q?=20SDK=20<5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While the frontend and the backend are not ready we need to stay in the v4.x version --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 22b9288..b9c21de 100644 --- a/renovate.json +++ b/renovate.json @@ -32,6 +32,12 @@ "node-fetch", "workbox-webpack-plugin" ] + }, + { + "groupName": "ignore Vercel SDK >= 5.0.0", + "matchManagers": ["npm"], + "matchPackageNames": ["@ai-sdk/react", "@ai-sdk/ui-utils"], + "allowedVersions": "^1.2.0" } ] }