From b7456b10fb6908216fd09d7a78bf738149c67439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 18 Feb 2026 12:06:41 +0000 Subject: [PATCH] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }