Skip to content

Commit 6081904

Browse files
authored
[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
1 parent c099ad8 commit 6081904

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ updates:
88
time: "09:00"
99
timezone: Europe/Paris
1010
open-pull-requests-limit: 1
11-
cooldown:
12-
semver-minor-days: 7
13-
semver-patch-days: 2
1411
groups:
1512
actions-minor-patch:
1613
patterns:

0 commit comments

Comments
 (0)