From bff792581a7dc15935b6a49d57e714d13b5cd244 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 11:15:35 +0000 Subject: [PATCH] Add 'binarySource' setting to Renovate configuration for improved package source management. --- renovate.json | 1 + 1 file changed, 1 insertion(+) 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,