From 2f990b773d00c8f402428e2e321e014f8341df1a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Dec 2025 19:08:50 +0100 Subject: [PATCH] chore: increase dependabot cooldown to 7 days --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 906666552..a33f75428 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: docker cooldown: - default-days: 4 + default-days: 7 directories: - "/" - "/docker" @@ -16,7 +16,7 @@ updates: - package-ecosystem: devcontainers directory: "/" cooldown: - default-days: 4 + default-days: 7 schedule: interval: daily open-pull-requests-limit: 10 @@ -24,7 +24,7 @@ updates: - package-ecosystem: pip directory: "/" cooldown: - default-days: 4 + default-days: 7 exclude: - ccxt schedule: @@ -51,7 +51,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" cooldown: - default-days: 4 + default-days: 7 schedule: interval: "weekly" open-pull-requests-limit: 10