From 0a45e7bc35cc2b03292f93e88f64e5ac12ba02de Mon Sep 17 00:00:00 2001 From: enyst Date: Tue, 19 May 2026 07:00:48 +0000 Subject: [PATCH] ci: add 7-day Dependabot cooldown Co-authored-by: OpenHands --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71dda01..b0213b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: interval: "weekly" day: "monday" time: "09:00" + cooldown: + default-days: 7 open-pull-requests-limit: 10 reviewers: - "All-Hands-AI/core-team"