0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00

Updated Renovate configuration to set npm requireConfig to "optional" and removed post-upgrade tasks for streamlined dependency management.

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": { "npm": {
"enabled": true, "enabled": true,
"requireConfig": false, "requireConfig": "optional",
"ignoreScripts": false "ignoreScripts": false
},
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]
} }
} }