18 lines
479 B
JavaScript
18 lines
479 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"
|
|
// ]
|
|
}
|