From a8b59c2a546c934070fcef65aae1085637884256 Mon Sep 17 00:00:00 2001 From: Tauno Talimaa Date: Thu, 2 Apr 2026 15:24:44 +0300 Subject: [PATCH] chore: cooldown for dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a45a571..5c37e3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,13 @@ updates: schedule: interval: "daily" time: "06:00" + cooldown: + default-days: 7 - package-ecosystem: "gradle" directory: "/" open-pull-requests-limit: 30 schedule: interval: "daily" time: "06:00" + cooldown: + default-days: 7