From a53745c248f7b3f9dec1dab4e63ab065e25c1229 Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sun, 25 Jan 2026 12:29:03 +0530 Subject: [PATCH] Set cooldown in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdca00387..485721474 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: interval: "daily" commit-message: prefix: ⬆ + cooldown: + default-days: 7 # Python - package-ecosystem: "uv" directory: "/" @@ -14,3 +16,5 @@ updates: interval: "monthly" commit-message: prefix: ⬆ + cooldown: + default-days: 7