Updated Renovate configuration to set npm requireConfig to "optional" and removed post-upgrade tasks for streamlined dependency management.
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 07:56:42 +00:00
parent 1f18536f7a
commit f88a1eaa69
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

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