All checks were successful
continuous-integration/drone/push Build is passing
18 lines
473 B
JavaScript
18 lines
473 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:base', ':rebaseStalePrs']
|
|
},
|
|
branchPrefix: 'renovate-',
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
repositories: [
|
|
"cloonar/wohnservice-wien-typo3"
|
|
]
|
|
}
|