From efbc930125eb8d0367eb3e31d6f488b5bc43e75e Mon Sep 17 00:00:00 2001 From: Methum Menthusa <156792735+methum-m@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:56:02 +0530 Subject: [PATCH] Merge pull request #2868 from methum-m/dependency-cooldown Add 7 day dependency cooldown --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 094be6fbd..30f82ffa2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,15 @@ updates: - mavenCentral schedule: interval: "daily" + cooldown: + default-days: 7 + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 # Workaround for https://github.com/dependabot/dependabot-core/issues/6888 registries: