13 lines
375 B
JavaScript
13 lines
375 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://git.thethomaas.net/api/v1/',
|
|
gitAuthor: 'Renovate Bot <renovate@git.thethomaas.net>',
|
|
username: 'renovate-bot',
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:base']
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true
|
|
} |