diff --git a/renovate.json b/renovate.json index ef5ffe05d..bdd38666f 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,7 @@ "timezone": "UTC", "automerge": false, "platformAutomerge": false, - "allowedPostUpgradeCommands": ["^npm ci && npm test -- -u$"], + "allowedPostUpgradeCommands": ["^npm install && npm test -- -u$"], "packageRules": [ { "description": "Require dashboard approval for major updates", @@ -30,7 +30,7 @@ "description": "Update snapshots after npm upgrades", "matchManagers": ["npm"], "postUpgradeTasks": { - "commands": ["npm ci && npm test -- -u"], + "commands": ["npm install && npm test -- -u"], "fileFilters": ["ui/src/**/__snapshots__/**"], "executionMode": "branch" }