From 53114243c68a6fa66e4e171e6c40258c2654d05d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 13 Jul 2026 22:27:25 +0100 Subject: [PATCH] Add config.js --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..efb7967 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.infernonode.com', // enter the url of your gitea instance + gitAuthor: 'Renovate Bot ', // enter the email you set when creating the user in gitea + username: 'renovate-bot', // whatever username you set for this bot account in gitea + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file