Skip to content

fix(templates): scope dependabot npm commits for the release policy - #19

Merged
chhoumann merged 1 commit into
mainfrom
fix/dependabot-scope
Jul 11, 2026
Merged

fix(templates): scope dependabot npm commits for the release policy#19
chhoumann merged 1 commit into
mainfrom
fix/dependabot-scope

Conversation

@chhoumann

Copy link
Copy Markdown
Owner

Without include: scope, Dependabot's root npm commits land as build: bump ... - no scope - so the pinned release policy [{"scope":"deps","type":"build","release":"patch"}] never matches and production dependency bumps silently never cut a patch release. With include: scope, production bumps become build(deps): ... (released as patch) and dev bumps build(deps-dev): ... (correctly not released). PodNotes' hand-rolled config already had this; the shared template and the repos that copied it did not.

Applied to the root npm entry only; a multi-directory setup like QuickAdd's /docs site entry stays unscoped on purpose, since a docs-site dependency bump would otherwise also produce build(deps): and release the plugin.

@chhoumann
chhoumann merged commit bc824b3 into main Jul 11, 2026
1 check passed
@chhoumann
chhoumann deleted the fix/dependabot-scope branch July 11, 2026 18:08
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