diff --git a/config.js b/config.js new file mode 100644 index 0000000..7fccc70 --- /dev/null +++ b/config.js @@ -0,0 +1,19 @@ +module.exports = { + "endpoint": "https://gitea.com/api/v1", + "gitAuthor": "Renovate Bot ", + "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 + } + ] +};