From f97cdee969e08ac2dbc047994868fd4245d64f08 Mon Sep 17 00:00:00 2001 From: Cormac de Barra <113904228+ContentfulCormac@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:12:08 +0000 Subject: [PATCH] chore: add cooldown to npm dependabot configuration - Add 15-day cooldown period to npm dependency update configurations --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2494e021..aaa9160c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,6 @@ updates: include: scope allow: - dependency-type: "development" + + cooldown: + default-days: 15 \ No newline at end of file