From a0f6f2cdcad44780dac9e327a2c0a455c293041b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:03:50 +0000 Subject: [PATCH] chore: add 7-day cooldown to dependabot config Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3527461144a..1e718f8a844 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: package-ecosystem: pip schedule: interval: weekly + cooldown: + default-days: 7 - directory: / exclude-paths: - packages/http-client-csharp @@ -115,6 +117,8 @@ updates: package-ecosystem: npm schedule: interval: weekly + cooldown: + default-days: 7 - directory: / exclude-paths: - .github/workflows/*.lock.{yaml,yml} @@ -128,4 +132,6 @@ updates: package-ecosystem: github-actions schedule: interval: weekly + cooldown: + default-days: 7 version: 2