From c7cfce919701a40323e4e611f263a72ac2003a71 Mon Sep 17 00:00:00 2001 From: Dmitry Misharov Date: Thu, 23 Oct 2025 12:14:28 +0200 Subject: [PATCH] introduce dependabot cooldown option https://docs.zizmor.sh/audits/#dependabot-cooldown Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28982) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7270c02c4e..149d2a0acdc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,5 @@ updates: - "approval: review pending" reviewers: - "openssl/committers" + cooldown: + default-days: 7 -- 2.47.3