From d9dd2bb68e5f27c8b00b43b69fdf01ef0914f0e4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 5 May 2026 12:36:38 +0100 Subject: [PATCH] Set a `cooldown` for dependabot updates Set to 14 days to align with the rest of Element's Backend repos. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b67a1414..e210db33d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,6 +44,8 @@ updates: patterns: - "icu" - "icu_*" + cooldown: + default-days: 14 - package-ecosystem: "github-actions" directory: "/" @@ -52,6 +54,8 @@ updates: - "Z-Deps-CI" schedule: interval: "daily" + cooldown: + default-days: 14 - package-ecosystem: "npm" directory: "/frontend/" @@ -111,3 +115,5 @@ updates: browser-logos: patterns: - "@browser-logos/*" + cooldown: + default-days: 14