Files
renovate-config/config.js
Dominik Polakovics bea601d159
All checks were successful
renovate / renovate (push) Successful in 3m49s
add gbv to renovate
2024-11-12 14:53:14 +01:00

21 lines
528 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'https://git.cloonar.com/api/v1/',
gitAuthor: 'Renovate Bot <renovate@cloonar.com>',
username: 'renovate',
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ["config:recommended", ":rebaseStalePrs"]
},
branchPrefix: 'renovate-',
optimizeForDisabled: true,
persistRepoData: true,
repositories: [
"cloonar/wohnservice-wien-typo3",
"cloonar/gbv-aktuell",
"cloonar/amz-api"
]
}