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

feat: enable docker-compose by default

Flips Docker Compose config from default disabled to default enabled.
parent 6eea2e63
No related branches found
No related tags found
No related merge requests found
...@@ -879,7 +879,7 @@ const options = [ ...@@ -879,7 +879,7 @@ const options = [
stage: 'repository', stage: 'repository',
type: 'json', type: 'json',
default: { default: {
enabled: false, enabled: true,
}, },
}, },
{ {
......
...@@ -252,9 +252,9 @@ Configuration specific for Dockerfile updates. ...@@ -252,9 +252,9 @@ Configuration specific for Dockerfile updates.
Configuration object for Docker Compose yaml file renovation. Also inherits settings from `docker` object. Configuration object for Docker Compose yaml file renovation. Also inherits settings from `docker` object.
| name | value | | name | value |
| ------- | ------------------ | | ------- | ----------------- |
| type | object | | type | object |
| default | { enabled: false } | | default | { enabled: true } |
## enabled ## enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment