Skip to content

Dependabot commit prefixes double the scope and use a type the PR title check rejects #271

Description

@RAprogramm

Now that .github/dependabot.yml is schema-valid (#266, #268) Dependabot honours commit-message, and the current settings produce broken titles:

  • github-actions: prefix: "ci(deps)" + include: scopeci(deps)(deps): bump … (see ci(deps): bump the actions group across 1 directory with 8 updates #270)
  • cargo: prefix: "deps(cargo)" + include: scopedeps(cargo)(deps): bump …, and deps is not an accepted type in the PR title check (feat|fix|docs|ci|chore|refactor|test|perf|build), so every cargo bump would fail CI

Fix: use bare types as prefixes — ci for github-actions and chore for cargo — and let include: scope add (deps) / (deps-dev). The changelog already groups Dependabot commits by author and also matches chore(deps).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions