浏览代码

Enable grouped version updates (#1878)

Prevents several PRs to be created. This can be improved to group dependencies (test libs, dev libs ...) in case a lib might block others.
Sébastien Ros 1 年之前
父节点
当前提交
40391cdcc8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/dependabot.yml

+ 5 - 0
.github/dependabot.yml

@@ -9,3 +9,8 @@ updates:
     directory: "/" # Location of package manifests
     directory: "/" # Location of package manifests
     schedule:
     schedule:
       interval: "weekly"
       interval: "weekly"
+    groups:
+       # Grouped version updates configuration
+       all-dependencies:
+          patterns:
+            - "*"