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

Updated Renovate configuration to enable npm settings, added post-upgrade tasks for smoother dependency management, and refined command execution for package updates.

This commit is contained in:
Valentin Popov 2025-05-23 07:42:39 +00:00
parent 725ec5df89
commit 6adb475581
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -9,5 +9,14 @@
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["*"]
}
]
}
],
"npm": {
"enabled": true,
"requireConfig": false,
"ignoreScripts": false
},
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]
}
}