mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Move baseBranches config option to top level
This commit is contained in:
parent
d32d741abf
commit
f3c608c937
1 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,10 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
|
"baseBranches": [
|
||||||
|
"develop",
|
||||||
|
"webv2"
|
||||||
|
],
|
||||||
"timezone": "America/Los_Angeles",
|
"timezone": "America/Los_Angeles",
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
@ -19,10 +23,6 @@
|
||||||
"digest"
|
"digest"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"baseBranches": [
|
|
||||||
"develop",
|
|
||||||
"webv2"
|
|
||||||
],
|
|
||||||
"major": {
|
"major": {
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue