Files
renovate-config/config.js
Renovate Bot 3a4374b1dc
Some checks failed
renovate / renovate (push) Has been cancelled
Update config.js
2025-07-05 21:35:22 +00:00

13 lines
485 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'http://gitea-server: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,
};