From bf65b0e1d8e37d7f5538936f5e02cd9d2bbcce02 Mon Sep 17 00:00:00 2001 From: Kornel-Toth Date: Tue, 3 Feb 2026 14:52:46 +0100 Subject: [PATCH] chore: add dependabot cooldown --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe6c93d1..9df24765 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 4 pull-request-branch-name: separator: "-" - package-ecosystem: "pip" @@ -11,6 +13,8 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" + cooldown: + default-days: 4 pull-request-branch-name: separator: "-" # Custom settings @@ -18,7 +22,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 4 target-branch: "gh-pages" pull-request-branch-name: separator: "-" -