diff --git a/.github/renovate.json b/.github/renovate.json index be8e3edcc..657bb2654 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ "matchManagers": ["github-actions"], "matchFiles": ["flowzone.yml"], "postUpgradeTasks": { - "commands": ["npm ci && npm run test"], + "commands": ["npm ci", "npm run test"], "fileFilters": [".github/workflows/flowzone.yml"], "executionMode": "update" }