0
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 "optional" and removed post-upgrade tasks for streamlined dependency management.

This commit is contained in:
2025-05-23 07:56:42 +00:00
parent 1f18536f7a
commit f88a1eaa69

View File

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