12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://gitea.crescentec.ch/api/v1/',
|
|
token: process.env.RENOVATE_TOKEN,
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:recommended'],
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
}; |