aboutsummaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:15:35 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:15:35 +0300
commitbff792581a7dc15935b6a49d57e714d13b5cd244 (patch)
treeb06d4092989264689ec53bd9d7f81d9db5ef1c16 /renovate.json
parenta170c87cdb0e5c94bcaf0909177b3cd7775d6740 (diff)
downloadpopov.link-bff792581a7dc15935b6a49d57e714d13b5cd244.tar.xz
popov.link-bff792581a7dc15935b6a49d57e714d13b5cd244.zip
Add 'binarySource' setting to Renovate configuration for improved package source management.
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index cbe369e..650ac87 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,6 +3,7 @@
"extends": ["config:recommended", ":disableDependencyDashboard"],
"assignees": ["valentineus"],
"rangeStrategy": "bump",
+ "binarySource": "global",
"npm": {
"enabled": true,
"ignoreScripts": false,