From 60819041ae70b0487aa07192cc54b8fd337d4c36 Mon Sep 17 00:00:00 2001 From: Julien Goux Date: Fri, 10 Apr 2026 11:04:32 +0200 Subject: [PATCH] [codex] fix dependabot actions cooldown config (#414) ## What changed Remove the unsupported `cooldown.semver-minor-days` and `cooldown.semver-patch-days` settings from the `github-actions` Dependabot ecosystem. The Bun ecosystem keeps its cooldown settings, and GitHub Actions updates keep the weekly Tuesday schedule, PR limit, and minor/patch grouping. ## Why Dependabot rejects semver-specific cooldown properties for the `github-actions` ecosystem with: ``` The property `#/updates/0/cooldown/semver-minor-days` is not supported for the package ecosystem `github-actions`. The property `#/updates/0/cooldown/semver-patch-days` is not supported for the package ecosystem `github-actions`. ``` Removing those keys restores a valid Dependabot config while preserving the grouped weekly update policy. ## Validation - Parsed `.github/dependabot.yml` successfully as YAML --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f28642..1cf3bf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,6 @@ updates: time: "09:00" timezone: Europe/Paris open-pull-requests-limit: 1 - cooldown: - semver-minor-days: 7 - semver-patch-days: 2 groups: actions-minor-patch: patterns: