0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 01:54:38 +03:00

Updated Renovate configuration to set npm requireConfig to false, removing the allowed post-upgrade commands for improved dependency management clarity.

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