From 1d66a6f55ebd760b7e7ef12f7718017e8b8e427a Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Fri, 29 May 2026 12:17:45 +0200 Subject: [PATCH] ci: add dependabot cooldown delay --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c11601f..a9abcab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,5 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 + cooldown: + default-days: 7