From 96f53c3676382305bfc9352d5eddfa3ab03e8b99 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:25:59 +0100 Subject: [PATCH 1/2] Set dependabot cooldown --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20e088059cc..55737b821fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 5 + semver-major-days: 30 + semver-minor-days: 7 + semver-patch-days: 3 groups: criterion: patterns: @@ -143,7 +148,14 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 5 - package-ecosystem: npm directory: / schedule: interval: weekly + cooldown: + default-days: 5 + semver-major-days: 30 + semver-minor-days: 7 + semver-patch-days: 3 From 216bb37cb456ba99e372d793c7b0b6d72e3f91e9 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:30:18 +0100 Subject: [PATCH 2/2] Increase default to 7 days --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55737b821fc..dff1cb17a2c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: weekly cooldown: - default-days: 5 + default-days: 7 semver-major-days: 30 semver-minor-days: 7 semver-patch-days: 3 @@ -149,13 +149,13 @@ updates: schedule: interval: weekly cooldown: - default-days: 5 + default-days: 7 - package-ecosystem: npm directory: / schedule: interval: weekly cooldown: - default-days: 5 + default-days: 7 semver-major-days: 30 semver-minor-days: 7 semver-patch-days: 3