From e906bfff63cdbe7242fede222ab6be521a341580 Mon Sep 17 00:00:00 2001 From: Thiago Araujo Date: Tue, 12 May 2026 20:41:59 -0600 Subject: [PATCH] feat(dependabot): add 7-day dependency cooldown Add cooldown for dependency updates: - https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates Fixes #3262 --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa97d43fc0..c21f35e9a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,13 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: weekly - + cooldown: + default-days: 7