Files
renovate-configuration/config.js
renovate_bot 359f2f309c
Some checks failed
renovate / renovate (push) Failing after 6s
Update config.js
2025-12-29 15:35:19 +01:00

19 lines
430 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'https://gitea.crescentec.ch/api/v1/',
hostRules: [
{
hostType: 'gitea',
matchHost: 'gitea.crescentec.ch',
token: process.env.RENOVATE_TOKEN,
authType: 'token',
},
],
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
optimizeForDisabled: true,
persistRepoData: true,
};