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,