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', }, ], autodiscover: true, onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:recommended'], }, optimizeForDisabled: true, persistRepoData: true, };