Skip to content

fix(dependabot): add build(deps) commit prefix for NuGet#86

Merged
daniel3303 merged 1 commit into
masterfrom
fix/dependabot-nuget-commit-prefix
May 14, 2026
Merged

fix(dependabot): add build(deps) commit prefix for NuGet#86
daniel3303 merged 1 commit into
masterfrom
fix/dependabot-nuget-commit-prefix

Conversation

@daniel3303
Copy link
Copy Markdown
Owner

Summary

The NuGet ecosystem block in .github/dependabot.yml was missing a commit-message config, so Dependabot generated NuGet PRs with default titles like Bump xunit.runner.visualstudio from X to Y — these fail the PR-title-lint workflow because they're not Conventional Commits. Recent examples: PR #76, #72, #71.

The github-actions ecosystem already produces build(deps): ... titles by default; only NuGet needed the explicit prefix.

Code changes

  • .github/dependabot.yml — add commit-message: { prefix: "build", include: "scope" } to the NuGet ecosystem block.

The NuGet ecosystem block was missing commit-message config, so
Dependabot generated PRs with default titles like
"Bump xunit.runner.visualstudio" — those fail the PR-title-lint
workflow because they are not Conventional Commits.

The github-actions ecosystem already produces "build(deps): ..."
titles by default; only NuGet needed the explicit prefix.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.56%. Comparing base (1b91913) to head (97714ef).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          25       25           
  Lines        1157     1157           
  Branches      128      128           
=======================================
  Hits         1152     1152           
  Misses          1        1           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daniel3303 daniel3303 merged commit 3441461 into master May 14, 2026
9 checks passed
@daniel3303 daniel3303 deleted the fix/dependabot-nuget-commit-prefix branch May 14, 2026 14:15
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