From b3b0c5536e587385003c0585af5bf16a63a61a0f Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 13 Mar 2024 07:22:39 -0500 Subject: [PATCH] Add config.js --- config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 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