9 lines
273 B
JavaScript
9 lines
273 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,
|
|
optimizeForDisabled: true,
|
|
onboardingConfigFileName: 'renovate.json'
|
|
} |