From 87755c937c377530d1b404faf1c1eda37805bf9d Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 15:31:07 +0100 Subject: [PATCH] Update config.js --- config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 144b1e0..a30d286 100644 --- a/config.js +++ b/config.js @@ -1,10 +1,14 @@ module.exports = { platform: 'gitea', endpoint: 'https://gitea.crescentec.ch/api/v1/', - gitAuthor: 'Renovate Bot ', - username: 'renovate_bot', - token: process.env.RENOVATE_TOKEN, autodiscover: true, + hostRules: [ + { + hostType: 'gitea', + matchHost: 'gitea.crescentec.ch', + token: process.env.RENOVATE_TOKEN, + }, + ], onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:recommended'],