mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 08:00:26 +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:
@ -12,10 +12,9 @@
|
||||
],
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"requireConfig": "optional",
|
||||
"requireConfig": false,
|
||||
"ignoreScripts": false
|
||||
},
|
||||
"allowedPostUpgradeCommands": ["npm install"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["npm install"],
|
||||
"fileFilters": ["package.json"]
|
||||
|
Reference in New Issue
Block a user