diff --git a/config.js b/config.js index eab7ee6..f3d1e79 100644 --- a/config.js +++ b/config.js @@ -1,13 +1,8 @@ module.exports = { - platform: 'gitea', - endpoint: 'https://gitea.jleibl.net/api/v1/', - gitAuthor: 'Renovate Bot ', - username: 'Renovate', - autodiscover: true, - onboardingConfig: { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['config:base'] - }, - optimizeForDisabled: true, - persistRepoData: true + "endpoint": "https://gitea.jleibl.net/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, } \ No newline at end of file