From 4119c8c4badbdb0dbac1e2dd471187555114ed48 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 18 Dec 2024 12:46:18 +0000 Subject: [PATCH] Update config.js --- config.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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