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

This commit is contained in:
2025-12-29 15:31:07 +01:00
parent 098ed62490
commit 87755c937c

View File

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