From 938444989c369477aa97ed58c85956e43f1962dd Mon Sep 17 00:00:00 2001 From: anupamme Date: Wed, 29 Jul 2026 06:24:19 +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 45f6f6e..955fcde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: schedule: interval: weekly day: monday + cooldown: + default-days: 7 groups: actions: patterns: ['*'] @@ -19,6 +21,8 @@ updates: schedule: interval: weekly day: monday + cooldown: + default-days: 7 groups: npm: patterns: ['*']