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

Enhanced Renovate configuration by enabling lock file updates and adding post-upgrade tasks for npm, ensuring smoother dependency management.

This commit is contained in:
Valentin Popov 2025-05-23 07:24:15 +00:00
parent b5bc0bc56a
commit 5364a666fd
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -3,12 +3,20 @@
"extends": ["config:recommended", ":disableDependencyDashboard"],
"assignees": ["valentineus"],
"rangeStrategy": "bump",
"updateLockFiles": true,
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["*"]
},
{
"matchManagers": ["npm"],
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]
}
}
],
"npm": {