From 769743ea6d2bed5f04de1b4ac51a2e4cbe1a79e6 Mon Sep 17 00:00:00 2001 From: viniciusdc Date: Mon, 11 May 2026 09:35:53 -0300 Subject: [PATCH] fix: drop unsupported cooldown fields from github-actions ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The github-actions ecosystem only accepts `default-days` in the cooldown block — semver-{major,minor,patch}-days are npm-only. Settling on a 2-day default for Actions. --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6f81fb..eb626e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,10 @@ updates: prefix: "ci" labels: - "dependencies" + # GitHub Actions ecosystem only supports `default-days` in cooldown + # (Actions don't follow strict semver — most release single major tags). cooldown: - default-days: 1 - semver-major-days: 3 - semver-minor-days: 2 - semver-patch-days: 1 + default-days: 2 - package-ecosystem: npm directory: /