Update config.js
Some checks failed
renovate / renovate (push) Failing after 8s

This commit is contained in:
2026-03-23 15:19:50 +00:00
parent eab9b9b662
commit c6d74076df

View File

@@ -5,4 +5,10 @@ module.exports = {
"onboardingConfigFileName": "renovate.json", "onboardingConfigFileName": "renovate.json",
"autodiscover": true, "autodiscover": true,
"optimizeForDisabled": true, "optimizeForDisabled": true,
"hostRules": [
{
"matchHost": "github.com",
"token": "{{ secrets.RENOVATE_GITHUB_COM_TOKEN }}"
}
]
}; };