From 7b253ff82afb07b60c12a635d21d12cadb4573be Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:29:07 -0500 Subject: [PATCH] chore: add dependabot cooldown configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b753f278..2c4343d07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,12 @@ updates: open-pull-requests-limit: 0 # security updates only schedule: interval: daily + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: '/' schedule: interval: daily + cooldown: + default-days: 7