mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Allow dependency updates to WIP webv2 branch
This commit is contained in:
parent
70aa31153f
commit
c93d4fca08
@ -1,38 +1,42 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"timezone": "America/Los_Angeles",
|
"timezone": "America/Los_Angeles",
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"stabilityDays": 3
|
"stabilityDays": 3
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Automatically merge minor and patch-level updates",
|
"description": "Automatically merge minor and patch-level updates",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
"patch",
|
"patch",
|
||||||
"digest"
|
"digest"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"major": {
|
"baseBranches": [
|
||||||
"dependencyDashboardApproval": true
|
"develop",
|
||||||
},
|
"webv2"
|
||||||
"matchCurrentVersion": "!/^0/",
|
],
|
||||||
"automergeType": "branch"
|
"major": {
|
||||||
},
|
"dependencyDashboardApproval": true
|
||||||
{
|
},
|
||||||
"matchDepTypes": [
|
"matchCurrentVersion": "!/^0/",
|
||||||
"devDependencies"
|
"automergeType": "branch"
|
||||||
],
|
},
|
||||||
"automerge": true,
|
{
|
||||||
"major": {
|
"matchDepTypes": [
|
||||||
"dependencyDashboardApproval": true
|
"devDependencies"
|
||||||
}
|
],
|
||||||
}
|
"automerge": true,
|
||||||
]
|
"major": {
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user