All checks were successful
renovate / renovate (push) Successful in 3m49s
21 lines
528 B
JavaScript
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"
|
|
]
|
|
}
|
|
|