From a9e27c03d411d2fca01cc7410c24c97cd77cb539 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:03:24 +0900 Subject: [PATCH] chore: add groups for dependabot --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 88ecab0..d72dd19 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" # Check for updates to GitHub Actions every week + groups: + dependencies: + patterns: + - "*" cooldown: default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact. ignore: