Update config.js
All checks were successful
renovate / renovate (push) Successful in 10s

This commit is contained in:
2025-12-29 16:11:44 +01:00
parent e010dcf657
commit 33d002a43d

View File

@@ -3,10 +3,6 @@ module.exports = {
endpoint: 'https://gitea.crescentec.ch/api/v1', endpoint: 'https://gitea.crescentec.ch/api/v1',
gitAuthor: "Renovate Bot <renovate_bot@email.com>", gitAuthor: "Renovate Bot <renovate_bot@email.com>",
autodiscover: true, autodiscover: true,
onboardingConfig: { onboardingConfigFileName: "renovate.json",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true,
}; };