fix: drop include:scope from dependabot config #68

Merged
razvandimescu merged 1 commits from fix/dependabot-commit-prefix into main 2026-04-10 12:49:46 +08:00
razvandimescu commented 2026-04-10 12:49:27 +08:00 (Migrated from github.com)

Summary

  • Removes include: "scope" from all three dependabot ecosystems
  • Fixes chore(deps)(deps): double-scope in commit messages → now chore(deps):

Context

Introduced in #46. The prefix: "chore(deps)" already contains the scope; adding include: "scope" caused Dependabot to append a second (deps).

🤖 Generated with Claude Code

## Summary - Removes `include: "scope"` from all three dependabot ecosystems - Fixes `chore(deps)(deps):` double-scope in commit messages → now `chore(deps):` ## Context Introduced in #46. The `prefix: "chore(deps)"` already contains the scope; adding `include: "scope"` caused Dependabot to append a second `(deps)`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.