Jan Gleytenhoover
59ace49ff0
All checks were successful
renovate / renovate (push) Successful in 28s
14 lines
378 B
JavaScript
14 lines
378 B
JavaScript
module.exports = {
|
|
endpoint: 'https://git.kjan.de/api/v1/',
|
|
platform: 'gitea',
|
|
gitAuthor: "Renovate <renovate@kjan.de>",
|
|
persistRepoData: true,
|
|
logLevel: 'debug',
|
|
onboardingConfig: {
|
|
'extends': [
|
|
"local>Renovate/renovate-config"
|
|
],
|
|
},
|
|
autodiscover: true,
|
|
};
|