From 52cf0f8970807188e73bfb8a69e95ccf9051c52e Mon Sep 17 00:00:00 2001 From: Pravin <91125540+p-r-a-v-i-n@users.noreply.github.com> Date: Tue, 23 Dec 2025 06:13:52 +0530 Subject: [PATCH] Add dependabot cooldown (#9856) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d9e2c5ee..8c31ed46d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: - "*" # Group all Action updates into a single larger pull request schedule: interval: weekly + cooldown: + default-days: 7