From c6f96d68cb7fd3985d4bfa202dc9a9f7678d3404 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 5 Jul 2024 19:37:04 +0000 Subject: [PATCH] Ajouter config.js --- config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..1ec8971 --- /dev/null +++ b/config.js @@ -0,0 +1,16 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.thethomaas.net/api/v1/', + gitAuthor: 'Renovate Bot ', + username: 'renovate-bot', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:base'] + }, + optimizeForDisabled: true, + persistRepoData: true, + repositories: [ + "homeserver/docker" + ] +} \ No newline at end of file