Skip to content

chore(deps): add composer cooldown to dependabot.yml - #134

Merged
rubenvdlinde merged 1 commit into
developmentfrom
feat/composer-dependabot-cooldown
Aug 17, 2026
Merged

chore(deps): add composer cooldown to dependabot.yml#134
rubenvdlinde merged 1 commit into
developmentfrom
feat/composer-dependabot-cooldown

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

Adds a composer package-ecosystem entry to .github/dependabot.yml with
Dependabot's native cooldown key — this app had one for npm already but
none for composer, so composer dependencies got no release-age cooldown
at all.

cooldown:
  default-days: 2
  exclude:
    - "conduction/*"

Composer has no native install-time equivalent to npm's min-release-age
yet (composer/composer#12847, unreleased). Two third-party plugins were
evaluated and rejected — one breaks composer install on this app's own
PHP 8.3 CI matrix leg, the other is a ~3-month-old single-maintainer
package. This is the interim control: Dependabot-level only, delays
automated dependency PRs, does not block a manual composer update.

Part of the fleet-wide rollout in ConductionNL/hydra
openspec/changes/composer-dependency-cooldown, policed by new gate 93
(composer-cooldown-config, ConductionNL/.github#488). References
ADR-093 (proposed — ConductionNL/hydra#591).

🤖 Authored by Claude Code at Ruben's request.

Composer had no package-ecosystem entry at all, so composer dependencies
got no release-age cooldown whatsoever, unlike npm which has had one for a
while. Adds cooldown.default-days: 2 with a conduction/* exclude, matching
the fleet-wide floor gate-93 (composer-cooldown-config) enforces.

See ConductionNL/hydra openspec/changes/composer-dependency-cooldown and
ADR-093 (proposed, ConductionNL/hydra#591).
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/launchpad @ 56f5ffc

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
format
composer ✅ 104/104
npm ✅ 525/525
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright
Hydra gates

Quality workflow — 2026-08-17 08:27 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit f3bbf31 into development Aug 17, 2026
62 of 73 checks passed
@rubenvdlinde
rubenvdlinde deleted the feat/composer-dependabot-cooldown branch August 17, 2026 08:46
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.

1 participant