From 853bdb765df29bd8221c0f4e5f52785460a8ffbd Mon Sep 17 00:00:00 2001 From: Fabian Rosenthal Date: Tue, 12 May 2026 14:15:23 +0200 Subject: [PATCH] chore(deps): Add default cooldown period for Dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0273602..5585c6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: all: patterns: - "*" + cooldown: + default-days: 3