From 85b413c7c0060652da3565f6f984e67df8dcb420 Mon Sep 17 00:00:00 2001 From: wataru86 Date: Tue, 7 Oct 2025 11:50:56 +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 aa25197..9f95750 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: day: "sunday" timezone: "Asia/Tokyo" open-pull-requests-limit: 5 + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directories: @@ -18,3 +20,5 @@ updates: day: "sunday" timezone: "Asia/Tokyo" open-pull-requests-limit: 5 + cooldown: + default-days: 7