From 93ec1ea01cb4e9094c3c42bf6cf0055d8fad7391 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Fri, 22 May 2026 18:02:52 -0600 Subject: [PATCH] fix: add dependabot cooldown, target develop branch --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b03b065..983bffe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,9 @@ updates: patterns: - "*" - package-ecosystem: npm + target-branch: develop directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 15