From e1c82f49e4131f70237598f3ee629f7aec85188a Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sun, 21 Dec 2025 09:17:26 +0530 Subject: [PATCH] Add dependabot cooldown --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d9e2c5ee9..8c31ed46d6 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