From a4454b56ce1870549615d6ff144294b332443a5d Mon Sep 17 00:00:00 2001 From: ditmarvisser Date: Thu, 9 Oct 2025 19:42:52 +0200 Subject: [PATCH] feat: rule for gitea --- config.js | 5 +++++ 1 file changed, 5 insertions(+) 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