From b6b84b76f5a14f1f46d943acc4e5d047fb27d357 Mon Sep 17 00:00:00 2001 From: "@theorderingmachine" Date: Mon, 6 Apr 2026 12:24:09 -0700 Subject: [PATCH 1/2] chore: add 7-day dependabot cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b804246..0464b1ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 ignore: - dependency-name: "@types/node" versions: @@ -12,3 +14,5 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 From 6ec3492b249f80ae2a464f2e39e84b0937531806 Mon Sep 17 00:00:00 2001 From: "@theorderingmachine" Date: Mon, 6 Apr 2026 15:53:51 -0700 Subject: [PATCH 2/2] chore: exclude @slack packages from dependabot cooldown --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0464b1ec..ee89ecfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: interval: "monthly" cooldown: default-days: 7 + exclude: + - "@slack/*" ignore: - dependency-name: "@types/node" versions: