From c31f413699e5fea057e628c789029cd0d102114d Mon Sep 17 00:00:00 2001 From: Tim Dixon Date: Mon, 13 Jul 2026 17:02:18 +0100 Subject: [PATCH] fix: add dependabot cooldown block to satisfy semgrep dependabot-missing-cooldown rule --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 546c3a9..09371cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 7 groups: github-actions: patterns: ["*"] @@ -16,6 +18,8 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 7 groups: javascript: patterns: ["*"]