From 1694303bbd286e89b4f1d7b5f8897c40378cb293 Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Tue, 26 May 2026 10:12:12 -0400 Subject: [PATCH] Add cooldown on dependabot config --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10ef831183..b78c46d9d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 0 + cooldown: + default-days: 14 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 0 + cooldown: + default-days: 14