From 05eb01abcad5ce4541e0497911b7a8d0e29efbf5 Mon Sep 17 00:00:00 2001 From: wataru86 Date: Tue, 7 Oct 2025 11:48:27 +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 448c5ee..a78dd3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: timezone: "Asia/Tokyo" open-pull-requests-limit: 5 rebase-strategy: "disabled" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directories: @@ -20,3 +22,5 @@ updates: timezone: "Asia/Tokyo" open-pull-requests-limit: 5 rebase-strategy: "disabled" + cooldown: + default-days: 7