Update renovate.json

This commit is contained in:
Łukasz Mierzwa
2026-02-18 12:06:41 +00:00
committed by GitHub
parent a5d24a8d10
commit b7456b10fb

View File

@@ -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"
}