浏览代码

chore(ci): automerge renovate branches minors and patches (#819)

Alvaro Saburido 8 月之前
父节点
当前提交
bbb375fb3c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

@@ -7,7 +7,8 @@
     {
       "matchUpdateTypes": ["minor", "patch"],
       "matchCurrentVersion": "!/^0/",
-      "automerge": true
+      "automerge": true,
+      "automergeType": "branch"
     }
   ]
 }