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

This commit is contained in:
bieri 2026-03-04 00:23:56 +01:00
parent d5529594ab
commit d939d46997

View File

@ -4,10 +4,11 @@ module.exports = {
gitAuthor: 'Renovate Bot <renovate-bot@bieri.one>', // set the email address to whatever email your gave this user in your gitea
username: 'renovate-bot',
autodiscover: true,
onboardingConfig: {
onboardingConfigFileName: "renovate.json",
/*onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
},*/
optimizeForDisabled: true,
persistRepoData: true,
};