From 926a541aaaf8ccc5e68276afafdcdfdcf928c215 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 22 Jul 2026 12:40:28 -0400 Subject: [PATCH] ci(dependabot): add cooldown default delay --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7795d58e..562bc501 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,20 @@ version: 2 updates: - package-ecosystem: nuget - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 groups: coverlet: patterns: - - "coverlet.*" + - coverlet.* + cooldown: + default-days: 7 - package-ecosystem: github-actions - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 + cooldown: + default-days: 7