From 18f41594f27a882ef91240d89b82d5825fa1e559 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 23 Mar 2026 10:54:04 +0100 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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..2daa5c2 --- /dev/null +++ b/config.js @@ -0,0 +1,9 @@ +module.exports = { + "endpoint": "https://repo.ca4b.de/api/v1", + "token": "a8d92ac920ea7741132f462410a09be6213a558d", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true +} \ No newline at end of file