Files
renovate-config/config.js
renovate-bot 79a5be84c6
Some checks failed
renovate / renovate (push) Failing after 3m7s
Update config.js
2025-07-05 19:23:19 +00:00

13 lines
493 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'http://crunchy-orchestrator:3000', // set this to the url of your gitea instance
gitAuthor: 'Renovate Bot <crunchylab@crunchymetal.com>', // set the email address to whatever email your gave this user in your gitea
username: 'renovate-bot',
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
optimizeForDisabled: true,
persistRepoData: true,
};