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

This commit is contained in:
2025-12-29 15:33:20 +01:00
parent 87755c937c
commit e9153b7846

View File

@@ -1,14 +1,8 @@
module.exports = {
platform: 'gitea',
endpoint: 'https://gitea.crescentec.ch/api/v1/',
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'],