From 8ed9ea9df2aec1a121505f0ebf0fcfb37d89618c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jun 2024 15:22:32 +0200 Subject: [PATCH] initial commit --- 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..97f010b --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://gitea.jkoschke.me/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