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 }}" + } + ] };