From ad6903f7ee837d7bc97187622f31bbe6b0ce3d49 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 11:23:19 +0000 Subject: [PATCH] Remove 'binarySource' setting from Renovate configuration to streamline package source management. --- renovate.config.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.config.cjs b/renovate.config.cjs index e8be54e..44bc458 100644 --- a/renovate.config.cjs +++ b/renovate.config.cjs @@ -3,5 +3,4 @@ module.exports = { gitAuthor: "RenovateBot ", optimizeForDisabled: true, platform: "gitea", - binarySource: "global", };