From 17629d67b26904d102d9072c66ba95cf08a51316 Mon Sep 17 00:00:00 2001 From: Anupam Mediratta Date: Tue, 28 Jul 2026 22:33:58 +0530 Subject: [PATCH] build: add 7 day cool down period for dependabot security fixes Automated security fix generated by OrbisAI Security --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908..5e4251f20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7