Skip to content
Snippets Groups Projects
Commit 974e210b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: set mergeable and cli options in manager definitions

parent 59453528
No related branches found
No related tags found
No related merge requests found
......@@ -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,
},
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment