Skip to content

[codex] fix dependabot actions cooldown config#414

Merged
jgoux merged 1 commit intomainfrom
codex/fix-dependabot-actions-cooldown
Apr 10, 2026
Merged

[codex] fix dependabot actions cooldown config#414
jgoux merged 1 commit intomainfrom
codex/fix-dependabot-actions-cooldown

Conversation

@jgoux
Copy link
Copy Markdown
Contributor

@jgoux jgoux commented Apr 10, 2026

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

@jgoux jgoux marked this pull request as ready for review April 10, 2026 09:01
@jgoux jgoux requested a review from a team as a code owner April 10, 2026 09:01
@jgoux jgoux enabled auto-merge (squash) April 10, 2026 09:01
@jgoux jgoux merged commit 6081904 into main Apr 10, 2026
28 checks passed
@jgoux jgoux deleted the codex/fix-dependabot-actions-cooldown branch April 10, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants