From c11d4bd7de0901d02cd6beb2b571df07b4c74a60 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 9 Apr 2025 22:29:33 +0000 Subject: [PATCH] Add basic config.js --- config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..377445d --- /dev/null +++ b/config.js @@ -0,0 +1,12 @@ +module.exports = { + "platform": "gitea", + "endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint + "username": "renovate-bot", + "gitAuthor": "Renovate ", + "onboardingConfigFileName": "renovate.json", + "onboardingConfig": { + "extends": ["config:recommended"], + "$schema": "https://docs.renovatebot.com/renovate-schema.json" + }, + "optimizeForDisabled": true, +}; \ No newline at end of file