소스 검색

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"
     }
   ]
 }