From 5c89158bdbee1f7fb3210482b5cbbcab497cbd4b Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 11:20:03 +0000 Subject: Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management. --- renovate.config.cjs | 1 + renovate.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.config.cjs b/renovate.config.cjs index 44bc458..e8be54e 100644 --- a/renovate.config.cjs +++ b/renovate.config.cjs @@ -3,4 +3,5 @@ module.exports = { gitAuthor: "RenovateBot ", optimizeForDisabled: true, platform: "gitea", + binarySource: "global", }; diff --git a/renovate.json b/renovate.json index 650ac87..cbe369e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,6 @@ "extends": ["config:recommended", ":disableDependencyDashboard"], "assignees": ["valentineus"], "rangeStrategy": "bump", - "binarySource": "global", "npm": { "enabled": true, "ignoreScripts": false, -- cgit v1.2.3