Skip to content

chore(deps): correct composer cooldown config - #541

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

chore(deps): correct composer cooldown config#541
rubenvdlinde merged 1 commit into
developmentfrom
feat/composer-dependabot-cooldown

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

This app's .github/dependabot.yml already had a composer cooldown
block — the only one in the fleet — but it was under-configured:
default-days: 1 (below the fleet floor of 2) and no exclude at all,
so a fresh conduction/* release would have waited the same one day as any
third-party package instead of being exempt.

-      default-days: 1
+      default-days: 2
       include:
         - "*"
+      exclude:
+        - "conduction/*"

Brings it in line with the fleet-wide floor new gate 93
(composer-cooldown-config, ConductionNL/.github#488) enforces, and with
this file's own npm entry which already excludes @conduction/*.

Part of the fleet-wide rollout in ConductionNL/hydra
openspec/changes/composer-dependency-cooldown. References ADR-093
(proposed — ConductionNL/hydra#591).

🤖 Authored by Claude Code at Ruben's request.

…duction/* exclude

This app's composer entry already had a cooldown block, but with
default-days: 1 (below the fleet floor of 2) and no exclude at all — a
fresh conduction/* release would have waited the same as any third-party
package instead of being exempt. Brings it in line with the fleet-wide
floor gate-93 (composer-cooldown-config) enforces, and with this file's own
npm entry which already excludes @conduction/*.

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/softwarecatalog @ 4f3e5dd

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue-demi
test-l10n
format
composer ✅ 130/130
npm ✅ 704/704
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 d1aff37 into development Aug 17, 2026
81 checks passed
@rubenvdlinde
rubenvdlinde deleted the feat/composer-dependabot-cooldown branch August 17, 2026 08:47
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