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