From 67ed5157b8cbcd7fa62f6931a58ae548e6c04d6a Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 29 Dec 2024 14:53:43 +0900 Subject: [PATCH] Add grouping for all actions dependencies in Dependabot configuration Signed-off-by: Tsuyoshi Hombashi --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c139c7..4e4f84b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions-dependencies: + patterns: ["*"]