diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:23:19 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:23:19 +0300 |
commit | ad6903f7ee837d7bc97187622f31bbe6b0ce3d49 (patch) | |
tree | 4bc88330e4f176f2be9d0c8f5868183c49e50d55 | |
parent | 5c89158bdbee1f7fb3210482b5cbbcab497cbd4b (diff) | |
download | popov.link-ad6903f7ee837d7bc97187622f31bbe6b0ce3d49.tar.xz popov.link-ad6903f7ee837d7bc97187622f31bbe6b0ce3d49.zip |
Remove 'binarySource' setting from Renovate configuration to streamline package source management.
-rw-r--r-- | renovate.config.cjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/renovate.config.cjs b/renovate.config.cjs index e8be54e..44bc458 100644 --- a/renovate.config.cjs +++ b/renovate.config.cjs @@ -3,5 +3,4 @@ module.exports = { gitAuthor: "RenovateBot <renovatebot@noreply.localhost>", optimizeForDisabled: true, platform: "gitea", - binarySource: "global", }; |