From 03e96ccf60ce560c5cdb7df64dc5920352e2f66e Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Thu, 11 Jun 2026 09:46:23 +0100 Subject: [PATCH] chore(deps): add dependabot cooldown Avoid short-term security vulnerabilities in deps --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8a1997..66c15d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,7 @@ updates: # Walks the whole .github/ tree, so composite actions under # .github/actions/*/action.yml are covered alongside workflows. directory: / + cooldown: + default-days: 3 schedule: interval: weekly