commit 9bb727f6dfc422b2e403c3f8310f9e0f739fa418 Author: renovate Date: Sat Feb 21 13:36:36 2026 +0000 Add config.js Signed-off-by: renovate 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