From e9153b784603c138cfe68e99eeb6b6cd04209932 Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 15:33:20 +0100 Subject: [PATCH] Update config.js --- config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config.js b/config.js index a30d286..5a19b0a 100644 --- a/config.js +++ b/config.js @@ -1,14 +1,8 @@ module.exports = { platform: 'gitea', endpoint: 'https://gitea.crescentec.ch/api/v1/', + 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'],