17 lines
447 B
JavaScript
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"
|
|
}
|
|
]
|
|
};
|