aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:20:03 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:20:03 +0300
commit5c89158bdbee1f7fb3210482b5cbbcab497cbd4b (patch)
treec43d6e4e9f00b65679e5f599680c1a9d4b3fe01d
parentbff792581a7dc15935b6a49d57e714d13b5cd244 (diff)
downloadpopov.link-5c89158bdbee1f7fb3210482b5cbbcab497cbd4b.tar.xz
popov.link-5c89158bdbee1f7fb3210482b5cbbcab497cbd4b.zip
Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management.
-rw-r--r--renovate.config.cjs1
-rw-r--r--renovate.json1
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,