This commit is contained in:
18
config.js
18
config.js
@@ -1,19 +1,9 @@
|
||||
module.exports = {
|
||||
"endpoint": "https://gitea.com/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@gitea.com>",
|
||||
"timezone": "Pacific/Auckland",
|
||||
"endpoint": "https://gitea.nice.net.nz/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@nice.net.nz>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json5",
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": ["gitea/*"],
|
||||
"autodiscoverFilter": ["hads/*"],
|
||||
"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
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user