From a5881813d36e223f074ff9745bd8040f5f6c486e Mon Sep 17 00:00:00 2001 From: Shaan Majid <70789625+shaanmajid@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:50:19 +0000 Subject: [PATCH] chore(deps): add 7-day cooldown period to dependabot (#10616) Co-authored-by: Jay --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59c6910b..d4ee477e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: - 'type::automated-pr' schedule: interval: 'weekly' + cooldown: + default-days: 7 - package-ecosystem: 'npm' directory: '/' schedule: @@ -33,3 +35,5 @@ updates: labels: - 'commit::chore' - 'type::automated-pr' + cooldown: + default-days: 7