diff --git a/config.js b/config.js index 5a19b0a..1d0738e 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,14 @@ module.exports = { platform: 'gitea', endpoint: 'https://gitea.crescentec.ch/api/v1/', - token: process.env.RENOVATE_TOKEN, + hostRules: [ + { + hostType: 'gitea', + matchHost: 'gitea.crescentec.ch', + token: process.env.RENOVATE_TOKEN, + authType: 'token', + }, + ], autodiscover: true, onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json',