From 40391cdcc877eb6b9858a503b353ca0b2cb38d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Wed, 29 May 2024 23:04:41 -0700 Subject: [PATCH] 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. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca517d61e..3f463873b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + # Grouped version updates configuration + all-dependencies: + patterns: + - "*"