From a4ce11ad983a1934b5610685b58a9d6ffb343f35 Mon Sep 17 00:00:00 2001 From: wataru86 Date: Tue, 7 Oct 2025 11:41:42 +0900 Subject: [PATCH] Add cooldown configuration to Dependabot with 7-day delay --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e33daa..141b27f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "sunday" timezone: "Asia/Tokyo" open-pull-requests-limit: 5 + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/actions/publish" @@ -15,6 +17,8 @@ updates: day: "sunday" timezone: "Asia/Tokyo" open-pull-requests-limit: 5 + cooldown: + default-days: 7 - package-ecosystem: "npm" directory: "/" @@ -24,3 +28,5 @@ updates: timezone: "Asia/Tokyo" versioning-strategy: increase open-pull-requests-limit: 5 + cooldown: + default-days: 7