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