feat: rule for gitea
All checks were successful
renovate / renovate (push) Successful in 8m29s

This commit is contained in:
2025-10-09 19:42:52 +02:00
parent 7cbe0b860a
commit a4454b56ce

View File

@@ -16,5 +16,10 @@ module.exports = {
matchHost: 'github.com', matchHost: 'github.com',
token: process.env.GITHUB_TOKEN, token: process.env.GITHUB_TOKEN,
}, },
{
hostType: 'gitea',
matchHost: 'gitea.ditmarvisser.net',
token: process.env.RENOVATE_TOKEN,
},
], ],
}; };