From c41afcd7a38b0f8fc88ec92d26632c94c48d8d31 Mon Sep 17 00:00:00 2001 From: anupamme Date: Tue, 28 Jul 2026 09:13:15 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b6cbff..a6457a3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10 ignore: - dependency-name: "@types/node"