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