From 5a41f4207c1e86752f0266d0d921277f49cc5c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:49:00 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index eb94f1cc5..15b5b8443 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,7 +4,6 @@ ":dependencyDashboard", ":semanticPrefixFixDepsChoreOthers", ":ignoreModulesAndTests", - ":autodetectPinVersions", "group:monorepos", "group:recommended", "workarounds:all", @@ -18,7 +17,7 @@ }, "packageRules": [ { - "excludePackageNames": ["nextjs-routes"] + "matchPackageNames": ["!nextjs-routes"] } ] }