Ajouter config.js
This commit is contained in:
commit
c6f96d68cb
16
config.js
Normal file
16
config.js
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
module.exports = {
|
||||||
|
platform: 'gitea',
|
||||||
|
endpoint: 'https://git.thethomaas.net/api/v1/',
|
||||||
|
gitAuthor: 'Renovate Bot <renovate@git.thethomaas.net>',
|
||||||
|
username: 'renovate-bot',
|
||||||
|
autodiscover: true,
|
||||||
|
onboardingConfig: {
|
||||||
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
|
extends: ['config:base']
|
||||||
|
},
|
||||||
|
optimizeForDisabled: true,
|
||||||
|
persistRepoData: true,
|
||||||
|
repositories: [
|
||||||
|
"homeserver/docker"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue