From f468d33829735319e4d838f4bca78611ae8a2bb5 Mon Sep 17 00:00:00 2001 From: tarrinneal Date: Mon, 31 Aug 2026 18:30:22 -0700 Subject: [PATCH] add cooldown --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9afe01ef92f2..bb92e70680b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: all-github-actions: patterns: [ "*" ] @@ -71,6 +73,8 @@ updates: prefix: "[dependabot]" schedule: interval: "weekly" + cooldown: + default-days: 7 labels: - "autosubmit" - "triage-android" @@ -105,6 +109,8 @@ updates: prefix: "[dependabot]" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 10 labels: - "autosubmit"