diff --git a/renovate.json b/renovate.json index ad9041050..0752b1bf1 100644 --- a/renovate.json +++ b/renovate.json @@ -75,6 +75,26 @@ "extends": [ "schedule:weekly" ] + }, + { + "groupName": "node", + "matchPackageNames": [ + "node" + ], + "matchManagers": [ + "mise", + "nvm" + ] + }, + { + "groupName": "pnpm", + "matchPackageNames": [ + "pnpm" + ], + "matchManagers": [ + "mise", + "npm" + ] } ] }