fix: correct Renovate allowedPostUpgradeCommands configuration

- Changed from deprecated 'allowedCommands' to 'allowedPostUpgradeCommands'
- Explicitly allow 'npm run all' command for postUpgradeTasks
This commit is contained in:
jdx 2025-09-09 08:20:49 -05:00
parent 0bb1525a6e
commit 43139419dc
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -21,7 +21,7 @@
} }
} }
], ],
"allowedCommands": [ "allowedPostUpgradeCommands": [
".*" "^npm run all$"
] ]
} }