Configure Renovate runner
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
21
config.js
Normal file
21
config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
module.exports = {
|
||||
"repositories": [
|
||||
"gitea/helm-chart"
|
||||
],
|
||||
"endpoint": "https://gitea.com/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@gitea.com>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json5",
|
||||
"autodiscover": false,
|
||||
"optimizeForDisabled": true,
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": "full", // null to enable actual PR handling
|
||||
"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