From a3cc8c7480ec2bb9483fd5dafb78c74e9c0dde5b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:35:24 -0800 Subject: [PATCH] chore: Add cooldown to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f087d0533..a2bd42e7e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: interval: "daily" commit-message: prefix: "update" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" @@ -16,3 +18,5 @@ updates: interval: "weekly" commit-message: prefix: "chore" + cooldown: + default-days: 7