From 22cd1fd7fd38c93adcb3e17240edda38f3f2f696 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 29 May 2026 20:38:04 +0200 Subject: [PATCH] chore: add dependency update delay settings --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 153e568d..077f9e8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "monday" time: "10:00" timezone: "UTC" + cooldown: + default-days: 7 exclude-paths: - "examples/**" - "integration_tests/**" @@ -36,6 +38,8 @@ updates: day: "monday" time: "10:00" timezone: "UTC" + cooldown: + default-days: 7 exclude-paths: - "examples/**" - "integration_tests/**"