From 6c306b6986cab869deb7cc60610ac2ea7982084a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 18 Nov 2025 09:57:30 +0200 Subject: [PATCH] tools: remove unsupported `cooldown` from Dependabot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/60747 Refs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#configuration-of-cooldown Reviewed-By: Michaël Zasso Reviewed-By: Ulises Gascón Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f0452cfeed..37b865597e5 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