From 035e7970f9df37580af7a7bfbcc228f1961cbc1a Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Mon, 8 Jun 2026 11:10:53 +0200 Subject: [PATCH] chore: Add 7-day cooldown to Dependabot version updates. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54ad299..288a31f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: npm directory: "/" + cooldown: + default-days: 7 schedule: interval: weekly open-pull-requests-limit: 10 @@ -18,6 +20,8 @@ updates: - package-ecosystem: docker directory: "/docker" + cooldown: + default-days: 7 schedule: interval: weekly open-pull-requests-limit: 10 @@ -30,6 +34,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "weekly" open-pull-requests-limit: 10