diff --git a/renovate.json b/renovate.json index d2fb295..a73e067 100644 --- a/renovate.json +++ b/renovate.json @@ -10,9 +10,14 @@ "matchManagers": [ "npm" ], - "postUpdateOptions": [ - "npmInstall" - ] + "postUpgradeTasks": { + "commands": [ + "npm ci --ignore-scripts" + ], + "fileFilters": [ + "node_modules/**/*" + ] + } } ] }