mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40: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": [
|
||||
"config:base"
|
||||
],
|
||||
"baseBranches": [
|
||||
"develop",
|
||||
"webv2"
|
||||
],
|
||||
"timezone": "America/Los_Angeles",
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
|
@ -19,10 +23,6 @@
|
|||
"digest"
|
||||
],
|
||||
"automerge": true,
|
||||
"baseBranches": [
|
||||
"develop",
|
||||
"webv2"
|
||||
],
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue