13 lines
368 B
JavaScript
13 lines
368 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://gitea.crescentec.ch/api/v1/',
|
|
gitAuthor: 'Renovate Bot <renovate_bot@email.com>',
|
|
username: 'renovate_bot',
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:recommended'],
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
}; |