From 4e9400148f8da2b945bf5b67da1b7d173eb612cc Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:26:41 -0500 Subject: [PATCH] chore: add dependabot cooldown configuration --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5819e02..6b611ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,18 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" cooldown: + default-days: 7