From e04ec7f1d02c5a6b202cbb7d405d0d2f527b8529 Mon Sep 17 00:00:00 2001 From: Johan Gorter Date: Thu, 4 Jun 2026 09:10:41 +0200 Subject: [PATCH] ci: add 7-day cooldown to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe7bb66..16fe7e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: day: 'monday' time: '04:00' open-pull-requests-limit: 1 + cooldown: + default-days: 7 groups: npm-dependencies: patterns: @@ -29,6 +31,8 @@ updates: day: 'monday' time: '04:00' open-pull-requests-limit: 1 + cooldown: + default-days: 7 groups: github-actions: patterns: