From 3a95ef9e227fe596bb0ce4bd64023c124b6854c3 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:47:03 +0200 Subject: [PATCH] feat: Set default cooldown for dependency updates Added cooldown period of 3 days for dependency updates. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3a355e7..046d74e9 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 - package-ecosystem: "npm" directory: "/angular-example" @@ -20,6 +22,8 @@ updates: pull-request-branch-name: separator: "-" versioning-strategy: increase + cooldown: + default-days: 3 groups: patch-dependencies: update-types: @@ -44,6 +48,8 @@ updates: pull-request-branch-name: separator: "-" versioning-strategy: increase + cooldown: + default-days: 3 groups: patch-dependencies: update-types: @@ -61,6 +67,8 @@ updates: pull-request-branch-name: separator: "-" versioning-strategy: increase + cooldown: + default-days: 3 groups: patch-dependencies: update-types: @@ -78,6 +86,8 @@ updates: pull-request-branch-name: separator: "-" versioning-strategy: increase + cooldown: + default-days: 3 groups: patch-dependencies: update-types: