Add 'binarySource' setting to Renovate configuration for improved package source management.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 20s

This commit is contained in:
Valentin Popov 2025-05-23 11:15:35 +00:00
parent a170c87cdb
commit bff792581a
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -3,6 +3,7 @@
"extends": ["config:recommended", ":disableDependencyDashboard"],
"assignees": ["valentineus"],
"rangeStrategy": "bump",
"binarySource": "global",
"npm": {
"enabled": true,
"ignoreScripts": false,