commit b3b0c5536e587385003c0585af5bf16a63a61a0f Author: Matthew Fisher Date: Wed Mar 13 07:22:39 2024 -0500 Add config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..0872793 --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "http://git.lan.fisherhome.xyz/api/v1", // replace it with your actual endpoint + "gitAuthor": "Renovate Bot renovate-bot@git.lan.fisherhome.xyz", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file