15 lines
415 B
JavaScript
15 lines
415 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: ["akshun/public-k3s"],
|
|
}
|