diff --git a/config.js b/config.js index 2e00f55..7e6cf04 100644 --- a/config.js +++ b/config.js @@ -16,5 +16,10 @@ module.exports = { matchHost: 'github.com', token: process.env.GITHUB_TOKEN, }, + { + hostType: 'gitea', + matchHost: 'gitea.ditmarvisser.net', + token: process.env.RENOVATE_TOKEN, + }, ], }; \ No newline at end of file