From dc5dad9f8ba073d9c126e0d851df92a6d37edf73 Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 6 May 2026 05:16:57 +0000 Subject: [PATCH] Add 10-day cooldown period to Dependabot updates. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c4bd80..d9bc2e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 10 - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 10 + exclude: + - "markdownlint-cli2" versioning-strategy: "increase"