Updated Renovate configuration to set npm requireConfig to false, removing the allowed post-upgrade commands for improved dependency management clarity.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 15s

This commit is contained in:
Valentin Popov 2025-05-23 08:03:09 +00:00
parent 2bb3139579
commit 1d7fbe8fbb
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -12,10 +12,9 @@
],
"npm": {
"enabled": true,
"requireConfig": "optional",
"requireConfig": false,
"ignoreScripts": false
},
"allowedPostUpgradeCommands": ["npm install"],
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]