mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Update renovate.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user