From 3cd8ec9fefa402b9d8339fda7d629a2ab3b9edea Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 4 Apr 2025 14:10:04 +0000 Subject: [PATCH] =?UTF-8?q?config.js=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..81ac919 --- /dev/null +++ b/config.js @@ -0,0 +1,7 @@ +module.exports = { + endpoint: "https://git.hackmi.ch/api/v1", + gitAuthor: "Renovate Bot ", + platform: "gitea", + autodiscover: true, + optimizeForDisabled: true, +}; \ No newline at end of file