You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo: prefix: "deps(cargo)" + include: scope → deps(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).
Now that
.github/dependabot.ymlis schema-valid (#266, #268) Dependabot honourscommit-message, and the current settings produce broken titles:prefix: "ci(deps)"+include: scope→ci(deps)(deps): bump …(see ci(deps): bump the actions group across 1 directory with 8 updates #270)prefix: "deps(cargo)"+include: scope→deps(cargo)(deps): bump …, anddepsis not an accepted type in the PR title check (feat|fix|docs|ci|chore|refactor|test|perf|build), so every cargo bump would fail CIFix: use bare types as prefixes —
cifor github-actions andchorefor cargo — and letinclude: scopeadd(deps)/(deps-dev). The changelog already groups Dependabot commits by author and also matcheschore(deps).