From 573b769e9af84331dfe2a9e889ccfba5d8e8aa24 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:28:17 -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 442087c..b1c4724 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,12 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7