From d6419d7ab1a11f06565906a8d479358100616578 Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 00:15:34 +0100 Subject: [PATCH] add renovate config --- 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..530d438 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://gitea.crescentec.ch/api/v1/', + gitAuthor: 'Renovate Bot ', + username: 'renovate_bot', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file