Updated Renovate configuration to include binary source setting, streamlining dependency management and enhancing package update processes.
All checks were successful
CI / test (push) Successful in 16s
RenovateBot / renovate (push) Successful in 16s

This commit is contained in:
Valentin Popov 2025-05-23 07:29:14 +00:00
parent b7005555c7
commit a6078cdf0b
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -4,15 +4,13 @@
"assignees": ["valentineus"],
"rangeStrategy": "bump",
"updateLockFiles": true,
"binarySource": "global",
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["*"]
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["*"],
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]
@ -24,4 +22,4 @@
"stabilityDays": 3,
"postUpdateOptions": ["npmDedupe"]
}
}
}