Skip to content

Label Dependabot's bumps with the build(deps) commit prefix - #815

Merged
blaipr merged 1 commit into
mainfrom
build/dependabot-commit-prefix
Aug 18, 2026
Merged

Label Dependabot's bumps with the build(deps) commit prefix#815
blaipr merged 1 commit into
mainfrom
build/dependabot-commit-prefix

Conversation

@blaipr

@blaipr blaipr commented Aug 18, 2026

Copy link
Copy Markdown
Member

Summary

The three ecosystems in .github/dependabot.yml declared a schedule but no commit-message block, so Dependabot fell back to its default titles (Bump <pkg> from x to y). Every other OpusProjects repo has Dependabot label its bumps build(deps): ..., which makes dependency commits identifiable at a glance in a flat squash-merged history.

Changes

  • .github/dependabot.yml: add commit-message (prefix: build, include: scope) to the composer, npm and github-actions entries

Schedules are unchanged, and no ecosystem is grouped — one PR per dependency, as before.

Note

This only affects titles Dependabot generates. Hand-written commits keep this repo's own style from CONTRIBUTING.md ("Short title — what & why").

@blaipr
blaipr merged commit 2beae0b into main Aug 18, 2026
9 checks passed
@blaipr
blaipr deleted the build/dependabot-commit-prefix branch August 18, 2026 20:22
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