From 3c9292c391af516a1fda2228006214f18677e1e4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 16 Nov 2025 08:49:59 +0100 Subject: [PATCH] tools: remove unsupported `cooldown` from Dependabot config --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f0452cfeed77b..37b865597e5d25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,6 @@ updates: directory: / schedule: interval: monthly - cooldown: - semver-major-days: 5 - semver-minor-days: 5 - semver-patch-days: 5 commit-message: prefix: meta open-pull-requests-limit: 10