diff options
| -rw-r--r-- | renovate.config.cjs | 1 | ||||
| -rw-r--r-- | renovate.json | 1 | 
2 files changed, 1 insertions, 1 deletions
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 <renovatebot@noreply.localhost>",  	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,  | 
