From afe03a26884e6c48c4bd2cb9cbd53c9637ff80de Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 22 Jul 2026 12:39:19 -0400 Subject: [PATCH] ci(dependabot): add cooldown default delay --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82afbb7..b850fc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,16 @@ version: 2 updates: - package-ecosystem: github-actions - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: bundler - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 + cooldown: + default-days: 7