mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
fix: set mergeable and cli options in manager definitions
This commit is contained in:
parent
5945352890
commit
974e210bd3
1 changed files with 7 additions and 0 deletions
|
@ -819,6 +819,7 @@ const options = [
|
|||
lazyGrouping: false,
|
||||
},
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
{
|
||||
name: 'travis',
|
||||
|
@ -827,6 +828,7 @@ const options = [
|
|||
type: 'json',
|
||||
default: { enabled: false },
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
{
|
||||
name: 'nvm',
|
||||
|
@ -835,6 +837,7 @@ const options = [
|
|||
type: 'json',
|
||||
default: { enabled: true },
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
{
|
||||
name: 'docker',
|
||||
|
@ -881,6 +884,8 @@ const options = [
|
|||
default: {
|
||||
enabled: true,
|
||||
},
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
{
|
||||
name: 'circleci',
|
||||
|
@ -891,6 +896,8 @@ const options = [
|
|||
default: {
|
||||
enabled: true,
|
||||
},
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue