From 0904a1030af6ac37684feb79aa810bcafd49790a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 1 Aug 2026 01:51:10 +0300 Subject: [PATCH] chore: disable dependabot cooldown for pip updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a723ca..ca78e22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,5 @@ updates: directory: / schedule: interval: "daily" + cooldown: + default-days: 0