From 7078a2620aeb6c74660d7bffb0900d0fa54d1d3f Mon Sep 17 00:00:00 2001 From: Cormac de Barra <113904228+ContentfulCormac@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:10:46 +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 98dbbb0af..7fd9d0d2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,3 +46,6 @@ updates: patterns: - '*' + + cooldown: + default-days: 15 \ No newline at end of file