From 4afbb36e2e3bfe088214cbc0617d49fe1aaa709b Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:31:18 -0500 Subject: [PATCH] chore: add dependabot cooldown configuration --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3bdd4c0..659740aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,11 +17,15 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 5 + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -39,3 +43,5 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7