config/config.js
Brandon Egger 5b620ecf05
Some checks failed
renovate / renovate (push) Failing after 1m39s
add token
2024-05-16 18:12:28 -05:00

17 lines
447 B
JavaScript

module.exports = {
"endpoint": "https://gitea.brandonegger.com/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@brandonegger.com>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
"hostRules": [
{
"encrypted": {
"token": process.env.GITHUB_COM_TOKEN,
},
"matchHost": "github.com"
}
]
};