From a454da4a1978b3d719fae45ff28c0beffc412beb Mon Sep 17 00:00:00 2001 From: deepDiverPaul Date: Mon, 23 Mar 2026 15:30:39 +0000 Subject: [PATCH] Update config.js --- config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.js b/config.js index 281b443..26659d7 100644 --- a/config.js +++ b/config.js @@ -5,10 +5,4 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, - "hostRules": [ - { - "matchHost": "github.com", - "token": "{{ secrets.RENOVATE_GITHUB_COM_TOKEN }}" - } - ] };