2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
40391cdcc8

+ 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:
+            - "*"