From 61c25e9573cfea6e0d19fcba53f801ac852755d4 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Thu, 23 Apr 2026 09:11:10 +0200 Subject: [PATCH] CI: add dependabot cooldown period Add a 7-day 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 5b5616f..289f91d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 # optional groups: actions: patterns: