浏览代码

autodeletebranches

xcad 3 月之前
父节点
当前提交
7a1be69185
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      renovate.json

+ 3 - 1
renovate.json

@@ -161,8 +161,10 @@
     }
   ],
   "gitAuthor": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
-  "prConcurrentLimit": 30,
+  "prConcurrentLimit": 50,
+  "branchConcurrentLimit": 100,
   "prHourlyLimit": 5,
+  "autoDeleteBranch": true,
   "separateMinorPatch": true,
   "stopUpdatingLabel": "renovate/stop_updating"
 }