mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
tests: update migration snapshot
This commit is contained in:
parent
04c239e07a
commit
6f2283fbee
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue