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