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

feat: enable buildkite by default

parent d5c0729f
No related branches found
No related tags found
No related merge requests found
......@@ -839,7 +839,6 @@ const options = [
stage: 'repository',
type: 'json',
default: {
enabled: false,
fileMatch: ['\\.buildkite/.+\\.yml$'],
commitMessageTopic: 'buildkite plugin {{depName}}',
commitMessageExtra: 'to {{newVersion}}',
......
......@@ -26,7 +26,6 @@ Object {
"buildkite": Object {
"commitMessageExtra": "to {{newVersion}}",
"commitMessageTopic": "buildkite plugin {{depName}}",
"enabled": false,
"fileMatch": Array [
"\\\\.buildkite/.+\\\\.yml$",
],
......
......@@ -150,10 +150,10 @@ This field is combined with `branchPrefix` and `managerBranchPrefix` to form the
Configuration specific for buildkite plugins updates.
| name | value |
| ------- | ----------------------------------------------------- |
| type | object |
| default | { enabled: false, managerBranchPrefix: 'buildkite-' } |
| name | value |
| ------- | ------------------------------------- |
| type | object |
| default | { managerBranchPrefix: 'buildkite-' } |
## bumpVersion
......
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