From 06b20cfd51958ab1d23a951c66c3b88db0cad0b7 Mon Sep 17 00:00:00 2001 From: anupamme Date: Thu, 30 Jul 2026 06:28:38 +0000 Subject: [PATCH] fix: package_managers.dependabot.dependabot-missing-cooldown.dependabot-missing-cooldown security vulnerability Automated security fix generated by OrbisAI Security --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f468993..2387f24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: '/' schedule: interval: 'daily' + cooldown: + default-days: 7 commit-message: prefix: 'chore' include: 'scope' @@ -11,6 +13,8 @@ updates: directory: '/' schedule: interval: 'daily' + cooldown: + default-days: 7 commit-message: prefix: 'chore' include: 'scope'