Update config.js
Some checks failed
renovate / renovate (push) Failing after 6s

This commit is contained in:
2025-12-29 15:58:10 +01:00
parent 547a9bebbe
commit f4f5aae63d

View File

@@ -1,14 +1,7 @@
module.exports = { module.exports = {
platform: 'gitea', platform: 'gitea',
endpoint: 'https://gitea.crescentec.ch/api/v1/', endpoint: 'https://gitea.crescentec.ch/api/v1',
hostRules: [ gitAuthor: "Renovate Bot <renovate_bot@email.com>",
{
hostType: 'gitea',
matchHost: 'gitea.crescentec.ch',
token: process.env.RENOVATE_TOKEN,
authType: 'token',
},
],
autodiscover: true, autodiscover: true,
onboardingConfig: { onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json', $schema: 'https://docs.renovatebot.com/renovate-schema.json',