You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
723 B
38 lines
723 B
{ |
|
"extends": [ |
|
"config:base" |
|
], |
|
"timezone": "America/Los_Angeles", |
|
"lockFileMaintenance": { |
|
"enabled": true, |
|
"automerge": true |
|
}, |
|
"npm": { |
|
"stabilityDays": 3 |
|
}, |
|
"packageRules": [ |
|
{ |
|
"description": "Automatically merge minor and patch-level updates", |
|
"matchUpdateTypes": [ |
|
"minor", |
|
"patch", |
|
"digest" |
|
], |
|
"automerge": true, |
|
"major": { |
|
"dependencyDashboardApproval": true |
|
}, |
|
"matchCurrentVersion": "!/^0/", |
|
"automergeType": "branch" |
|
}, |
|
{ |
|
"matchDepTypes": [ |
|
"devDependencies" |
|
], |
|
"automerge": true, |
|
"major": { |
|
"dependencyDashboardApproval": true |
|
} |
|
} |
|
] |
|
}
|
|
|