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