From 0647c7366e2065688278e77178e81743520f9b07 Mon Sep 17 00:00:00 2001 From: anupamme Date: Wed, 29 Jul 2026 09:30:33 +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 be006de9..7270b821 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,5 +9,7 @@ updates: github-actions: patterns: - "*" # Group all Actions updates into a single larger pull request + cooldown: + default-days: 7 schedule: interval: weekly