renovate-config/config.js
bieri 0cc9d8ae5a
All checks were successful
renovate / renovate (push) Successful in 23s
Update config.js
2026-03-04 00:34:00 +01:00

14 lines
533 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'https://gitea.bieri.one/api/v1/', // set this to the url of your gitea instance
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,
//onboardingConfigFileName: "renovate.json",
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
optimizeForDisabled: true,
persistRepoData: true,
};