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