This commit is contained in:
16
config.js
Normal file
16
config.js
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user