commit c6f96d68cb7fd3985d4bfa202dc9a9f7678d3404 Author: renovate-bot Date: Fri Jul 5 19:37:04 2024 +0000 Ajouter 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