try without autodiscover
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,10 +3,10 @@ module.exports = {
|
||||
endpoint: 'https://git.cloonar.com/api/v1/',
|
||||
gitAuthor: 'Renovate Bot <renovate@cloonar.com>',
|
||||
username: 'renovate',
|
||||
autodiscover: true,
|
||||
// autodiscover: true,
|
||||
onboardingConfig: {
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: ['config:base']
|
||||
extends: ['config:base', ':rebaseStalePrs']
|
||||
},
|
||||
branchPrefix: 'renovate-',
|
||||
optimizeForDisabled: true,
|
||||
|
||||
Reference in New Issue
Block a user