Преглед изворни кода

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
     schedule:
       interval: "weekly"
+    groups:
+       # Grouped version updates configuration
+       all-dependencies:
+          patterns:
+            - "*"