Skip to content

ci: put the deps scope in the Dependabot commit prefix - #263

Merged
fuzzzerd merged 1 commit into
masterfrom
fuzzz/dependabot-scope-in-prefix
Aug 19, 2026
Merged

ci: put the deps scope in the Dependabot commit prefix#263
fuzzzerd merged 1 commit into
masterfrom
fuzzz/dependabot-scope-in-prefix

Conversation

@fuzzzerd

Copy link
Copy Markdown
Owner

Follow-up to #260. That change pinned prefix: chore with include: "scope", but the recreated group PRs (#261, #262) came back as chore: Bump the nlog group with 2 updates — the (deps) scope was never added.

include: "scope" derives the scope from dependency-type resolution, which produces nothing for these ecosystems. Spelling the scope directly into prefix and prefix-development makes the title deterministic:

chore(deps): Bump the nlog group with 2 updates

include is dropped, since keeping it alongside a prefix that already carries a scope risks emitting it twice.

include: scope did not resolve a dependency type for these ecosystems, so recreated PRs landed as "chore: Bump ..." with no scope. Spelling the scope into prefix and prefix-development produces chore(deps) unconditionally.
@fuzzzerd
fuzzzerd enabled auto-merge (squash) August 19, 2026 22:26
@github-actions

Copy link
Copy Markdown

Test Results

✔️ Tests 2343 / 2343 - passed in 10.9s
✔️ Coverage 80.31% - passed with 70% threshold
📏 11693 / 13732 lines covered 🌿 3676 / 5406 branches covered
🔍 click here for more details

✏️ updated for commit fffb707

@fuzzzerd
fuzzzerd merged commit d7242ac into master Aug 19, 2026
6 checks passed
@fuzzzerd
fuzzzerd deleted the fuzzz/dependabot-scope-in-prefix branch August 19, 2026 22:28
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