From 12fe21c187504fddcaf92a7f8b6c47d1eb3d8dd1 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 12 Feb 2026 15:20:50 +0000 Subject: [PATCH] mesh-2092: add 7 day cool down --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6275012..17e36a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: dependencies: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" @@ -22,3 +24,5 @@ updates: dependencies: patterns: - "*" + cooldown: + default-days: 7