Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management.

This commit is contained in:
2025-05-23 11:20:03 +00:00
parent bff792581a
commit 5c89158bdb
2 changed files with 1 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ module.exports = {
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
platform: "gitea",
binarySource: "global",
};