From 9bb727f6dfc422b2e403c3f8310f9e0f739fa418 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 21 Feb 2026 13:36:36 +0000 Subject: [PATCH] Add config.js Signed-off-by: renovate --- 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..556eacf --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.damiendassieu.fr/api/v1/', + gitAuthor: 'renovate ', + username: 'renovate', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file