From 43b9895937cc4421dbfb0b1f4601be344f89930a Mon Sep 17 00:00:00 2001 From: Renovate bot Date: Sun, 15 Jun 2025 23:48:47 +0000 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..4780091 --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.liteyuki.org/api/v1", // replace it with your actual endpoint + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file