From 339f41eda41ae2f86b6c7529176c6b4ceb2db79a Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:55:08 +0200 Subject: [PATCH] feat: Add cooldown settings for Dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 17cc8c80c0..83be5e48b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: timezone: "Europe/Berlin" pull-request-branch-name: separator: "-" + cooldown: + default-days: 3 # Daily: Check minor and patch updates - package-ecosystem: "npm" @@ -22,6 +24,8 @@ updates: separator: "-" # https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437 versioning-strategy: increase + cooldown: + default-days: 3 groups: patch-dependencies: update-types: