From e9cd5bb51fcf8235db89d03a2c4497ffec2adec0 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 17 Apr 2026 15:53:28 +0200 Subject: [PATCH] Setup cooldown period time for Dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 959ec970f..88b668456 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 commit-message: prefix: ⬆ # Python @@ -12,5 +14,7 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 commit-message: prefix: ⬆ -- 2.47.3