diff --git a/renovate.json b/renovate.json index a2b6a03f4..461e5d7b8 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,10 @@ "extends": ["github>angular/dev-infra//renovate-presets/default.json5"], "postUpgradeTasks": { - "commands": ["git clean -f", "yarn install --immutable", "yarn update-generated-files"], + "commands": [ + "yarn install --immutable", + "yarn update-generated-files" + ], "executionMode": "branch" },