tests: update migration snapshot

This commit is contained in:
Rhys Arkins 2018-04-17 14:41:18 +02:00
parent 04c239e07a
commit 6f2283fbee

View file

@ -13,7 +13,7 @@ Object {
"baseBranches": Array [ "baseBranches": Array [
"next", "next",
], ],
"commitMessage": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}:{{/if}}some commit message", "commitMessage": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}: {{/if}}some commit message",
"devDependencies": Object { "devDependencies": Object {
"major": Object { "major": Object {
"automerge": false, "automerge": false,
@ -80,7 +80,7 @@ Object {
"patch": Object { "patch": Object {
"automerge": true, "automerge": true,
}, },
"prTitle": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}:{{/if}}some pr title", "prTitle": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}: {{/if}}some pr title",
"schedule": "on the first day of the month", "schedule": "on the first day of the month",
"semanticCommitScope": "deps", "semanticCommitScope": "deps",
"semanticCommitType": "fix", "semanticCommitType": "fix",