From 8c9732403d7f2abfc5a9c8f7f3922fef0225328a Mon Sep 17 00:00:00 2001 From: talosmachina Date: Mon, 7 Sep 2026 13:34:33 +0000 Subject: [PATCH] chore: add 7-day Dependabot cooldown --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f56f254..6f12f0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 7 open-pull-requests-limit: 5 groups: compatible-updates: @@ -21,6 +23,8 @@ updates: directory: /examples/js-sdk schedule: interval: weekly + cooldown: + default-days: 7 open-pull-requests-limit: 5 groups: compatible-updates: @@ -38,6 +42,8 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 7 open-pull-requests-limit: 5 groups: compatible-updates: