aboutsummaryrefslogtreecommitdiff
path: root/renovate.config.cjs
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 /renovate.config.cjs
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.
Diffstat (limited to 'renovate.config.cjs')
-rw-r--r--renovate.config.cjs1
1 files changed, 1 insertions, 0 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",
};