Add config.js
This commit is contained in:
parent
6e728f4086
commit
30b1df58b8
19
config.js
Normal file
19
config.js
Normal file
@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
"endpoint": "https://gitea.com/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@gitea.com>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json5",
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": ["fascinated/*"],
|
||||
"optimizeForDisabled": true,
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": null,
|
||||
"binarySource": "install",
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"username": process.env.HUB_DOCKER_COM_USER,
|
||||
"password": process.env.HUB_DOCKER_COM_TOKEN
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in New Issue
Block a user