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

Update Renovate configuration to include 'skipInstalls' setting, enhancing npm management during dependency updates.

This commit is contained in:
Valentin Popov 2025-05-23 10:54:37 +00:00
parent 39e28d06ea
commit cb4820f8f1
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -5,7 +5,8 @@
"rangeStrategy": "bump", "rangeStrategy": "bump",
"npm": { "npm": {
"enabled": true, "enabled": true,
"ignoreScripts": false "ignoreScripts": false,
"skipInstalls": false
}, },
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,