diff --git a/renovate.json b/renovate.json index d2fb295..4aa425e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,8 +11,16 @@ "npm" ], "postUpdateOptions": [ - "npmInstall" - ] + "npm ci --ignore-scripts" + ], + "postUpgradeTasks": { + "commands": [ + "npm ci --ignore-scripts" + ], + "fileFilters": [ + "node_modules/**/*" + ] + } } ] }