Skip to content

ci: fix dependabot commit messages to match conventional format#349

Merged
script-this merged 1 commit intomainfrom
ci/fix-dependabot-commit-messages
Mar 10, 2026
Merged

ci: fix dependabot commit messages to match conventional format#349
script-this merged 1 commit intomainfrom
ci/fix-dependabot-commit-messages

Conversation

@script-this
Copy link
Copy Markdown
Contributor

@script-this script-this commented Mar 10, 2026

Summary

  • Change dependabot commit-message.prefix from ecosystem-specific names (GHA, docker, gomod) to chore(deps) so PRs pass the commit message validation workflow

Context

All 5 open dependabot PRs (#342-#346) fail the "Validate commit messages" check because their prefixes (GHA:, docker:, gomod:) don't match the conventional commit pattern. After merging this, dependabot will need to recreate or rebase those PRs to pick up the new prefix.

Test plan

  • Verify commit message validation passes in CI
  • After merge, close and reopen one dependabot PR to confirm new format

Change dependabot commit-message prefix from ecosystem-specific names
(GHA, docker, gomod) to conventional commit format (chore(deps)) so
PRs pass the commit message validation workflow.
@script-this script-this requested a review from a team as a code owner March 10, 2026 13:18
@prolific-snyk
Copy link
Copy Markdown

prolific-snyk commented Mar 10, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@script-this script-this added team-dct dct-ready-for-review Triggers Slack notification when PR is ready for review labels Mar 10, 2026
@script-this script-this merged commit 5f3bd81 into main Mar 10, 2026
8 checks passed
@script-this script-this deleted the ci/fix-dependabot-commit-messages branch March 10, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dct-ready-for-review Triggers Slack notification when PR is ready for review team-dct

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants