Skip to content
Snippets Groups Projects
Unverified Commit c84748e5 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

chore(preview presets): improve descriptions (#13392)

parent 2fa5113d
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@ import type { Preset } from '../types';
export const presets: Record<string, Preset> = {
dockerCompose: {
description: 'Enable docker compose image updating',
description: 'Enable Docker Compose image updating',
'docker-compose': {
enabled: true,
},
},
dockerVersions: {
description: 'Upgrade docker tags to newer versions',
description: 'Upgrade Docker tags to newer versions',
docker: {
major: {
enabled: true,
......@@ -19,7 +19,7 @@ export const presets: Record<string, Preset> = {
},
},
buildkite: {
description: 'Enable buildkite functionality',
description: 'Enable Buildkite functionality',
buildkite: {
enabled: true,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment