From eb7b6d7256792b1708a6199c841ec85ae6d266f8 Mon Sep 17 00:00:00 2001 From: Andy Mitchell <326561+Themitchell@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:40:51 +0100 Subject: [PATCH] Add dependabot cooldown --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 17ef311a..0084a221 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,23 +6,33 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "terraform" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7