From e2bda9625ad6552e34c795756ed2d6f3ecae869c Mon Sep 17 00:00:00 2001 From: andres-qd Date: Wed, 24 Jun 2026 15:32:33 -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 5d1828d..fcf556e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -34,3 +36,5 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7