17 lines
418 B
JavaScript
17 lines
418 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://gitea.akshun-lab.uk/api/v1/',
|
|
gitAuthor: 'Renovate Bot <renovate@akshun-lab.uk>',
|
|
username: 'renovate',
|
|
autodiscover: false,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:recommended']
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
repositories: [
|
|
"k3s/helm-k3s"
|
|
]
|
|
}
|