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

This commit is contained in:
bieri 2026-03-04 00:34:00 +01:00
parent d939d46997
commit 0cc9d8ae5a

View File

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