8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://gitea.crescentec.ch/api/v1',
|
|
gitAuthor: "Renovate Bot <renovate_bot@email.com>",
|
|
autodiscover: true,
|
|
onboardingConfigFileName: "renovate.json",
|
|
optimizeForDisabled: true,
|
|
}; |