From 260bfde3996221bc2f8430b72bee7f11b5270da6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 19 May 2026 16:58:23 -0400 Subject: [PATCH] set up minimum package age 7 days for dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05e787c55..02e50eba3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 + exclude: + - "@knocklabs/*" + - "@telegraph/*" commit-message: prefix: "chore" include: "scope"