From 5eaeb83aa6b7f3b43f7afdced725ab7356df742d Mon Sep 17 00:00:00 2001 From: wataru86 Date: Wed, 8 Oct 2025 12:56:52 +0900 Subject: [PATCH] Add cooldown configuration to Dependabot with 7-day delay --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10c0cd0..a2d484d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,11 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "bundler" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7