diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:20:03 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:20:03 +0300 |
commit | 5c89158bdbee1f7fb3210482b5cbbcab497cbd4b (patch) | |
tree | c43d6e4e9f00b65679e5f599680c1a9d4b3fe01d /renovate.config.cjs | |
parent | bff792581a7dc15935b6a49d57e714d13b5cd244 (diff) | |
download | popov.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.cjs | 1 |
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", }; |