From f4f5aae63d4d7005b6ad459d74aa9dd4d1ae4661 Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 15:58:10 +0100 Subject: [PATCH] Update config.js --- config.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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',