Skip to content

ci(github): use conventional dependabot commits#133

Merged
j-d-ha merged 2 commits into
mainfrom
ci/github-conventional-dependabot-commits
Jun 29, 2026
Merged

ci(github): use conventional dependabot commits#133
j-d-ha merged 2 commits into
mainfrom
ci/github-conventional-dependabot-commits

Conversation

@j-d-ha

@j-d-ha j-d-ha commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

Configures Dependabot to generate conventional commit-style PR titles and commits for NuGet updates. This lets release-drafter autolabel Dependabot PRs using existing conventional commit title rules.

Changes

  • Added commit-message settings to .github/dependabot.yml
  • Uses chore prefix plus Dependabot dependency scope, producing titles like chore(deps): ...

Validation

  • Parsed .github/dependabot.yml with Ruby YAML.load_file
  • Asserted commit-message.prefix is chore
  • Asserted commit-message.include is scope

@github-actions github-actions Bot added the type: ci CI/CD changes label Jun 28, 2026

@ncipollina ncipollina left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM!

@j-d-ha j-d-ha merged commit 56dd79d into main Jun 29, 2026
4 checks passed
@j-d-ha j-d-ha deleted the ci/github-conventional-dependabot-commits branch June 29, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: ci CI/CD changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants