From 17053c7778e8f05b7b3af45e473af6b2ddb1d6ed Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 28 Mar 2026 18:27:23 +1000 Subject: [PATCH] security: add cooldown to Dependabot pre-commit ecosystem --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c91a4b5..0b5ee02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,5 @@ updates: pre-commit-hooks: patterns: - "*" + cooldown: + default-days: 7