From fbc41b8cc70796b8e357b7dd12e49174ed913b54 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Wed, 5 Aug 2026 18:51:37 +0200 Subject: [PATCH] Dependabot: disable cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 355726a..090fcde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 0 open-pull-requests-limit: 99 assignees: - "biow0lf" @@ -12,6 +14,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 0 open-pull-requests-limit: 99 allow: - dependency-type: "direct"