diff --git a/renovate.json b/renovate.json index d2fb295..749600a 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,17 @@ "postUpdateOptions": [ "npmInstall" ] + }, + { + "matchPackageNames": [ + "npm" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch" + ], + "enabled": true } ] }