This commit is contained in:
@@ -19,6 +19,3 @@ jobs:
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }}
|
||||
HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }}
|
||||
|
||||
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