Browse Source

Move baseBranches config option to top level

pull/2038/head
Gabe Kangas 3 years ago
parent
commit
f3c608c937
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 8
      renovate.json

8
renovate.json

@ -2,6 +2,10 @@ @@ -2,6 +2,10 @@
"extends": [
"config:base"
],
"baseBranches": [
"develop",
"webv2"
],
"timezone": "America/Los_Angeles",
"lockFileMaintenance": {
"enabled": true,
@ -19,10 +23,6 @@ @@ -19,10 +23,6 @@
"digest"
],
"automerge": true,
"baseBranches": [
"develop",
"webv2"
],
"major": {
"dependencyDashboardApproval": true
},

Loading…
Cancel
Save