From 802f67867e6eec9a79cffe1ad9e698a8b8fa1ec0 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Mon, 22 Jun 2026 15:45:40 -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 69c884a..c510e7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,12 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7