From a672c32d6aabb0a01bbc1cb0ee743ce3626007bf Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 15 Oct 2025 06:58:31 +0200 Subject: [PATCH] chore: add dependabot cooldown configs --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecdbe9d8a..053492977 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: docker + cooldown: + default-days: 4 directories: - "/" - "/docker" @@ -13,6 +15,10 @@ updates: - package-ecosystem: pip directory: "/" + cooldown: + default-days: 4 + exclude: + - ccxt schedule: interval: weekly time: "03:00" @@ -36,6 +42,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 4 schedule: interval: "weekly" open-pull-requests-limit: 10