renovate-runner/config.js
Jan Gleytenhoover 59ace49ff0
All checks were successful
renovate / renovate (push) Successful in 28s
Update config.js
2024-07-12 05:20:59 +00:00

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,
};