From c5b1e14e13bd3777e02d3b463d1de8b388e8e559 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Mon, 27 Jul 2026 13:36:29 +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 a04df2e7d..d9cd94582 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 commit-message: prefix: "chore" include: "scope" \ No newline at end of file