From 2000aa22e5cb27d3b0914083a592f8771e49f53f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 14 Jan 2025 16:32:50 -0500 Subject: [PATCH] chore(dependabot): group dependency updates Signed-off-by: Rui Chen --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bcd434ca8..aaa9ff523 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" open-pull-requests-limit: 10 # Maintain dependencies for GitHub Actions @@ -11,9 +15,17 @@ updates: directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" # Maintain dependencies for docker - package-ecosystem: "docker" directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*"