#12396: chore(deps): improve dependabot configuration with commit message prefixes
stale
Cluster:
Hooks and UI Fixes
This PR improves the dependabot configuration by adding standardized commit message prefixes and improving YAML formatting.
## Changes
- Add `commit-message` section to npm dependencies:
-Production: `chore(deps)` prefix
- Development: `chore(deps-dev)` prefix
- Include scope in commit messages
- Add `commit-message` section to GitHub Actions updates
- Add `commit-message` section to Swift Package Manager updates (macOS, MoltbotKit, Swabble)
- Add `commit-message` section to Gradle/Android updates
- Reformat YAML for better readability with proper indentation
## Benefits
- Ensures consistent commit message format across all dependabot PRs
- Makes changelog generation easier by following conventional commit standards
- Distinguishes between production and development dependency updates
- Improves maintainability with properly formatted YAML
## Standards
Follows [Conventional Commits](https://www.conventionalcommits.org/) specification for dependency updates, aligning with the project's existing commit message patterns.
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
This change updates `.github/dependabot.yml` to add a `commit-message` section across all existing ecosystems (npm, github-actions, swift packages, and gradle), standardizing Dependabot PR/commit prefixes (e.g., `chore(deps)` / `chore(deps-dev)`) and including the scope in the generated commit messages. No functional code paths are touched; it only affects how Dependabot generates and labels dependency update PRs/commits.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with minimal risk.
- Changes are limited to Dependabot configuration, adding commit-message prefixes/scopes without affecting runtime code. The YAML structure and indentation look correct and consistent across update entries.
- No files require special attention
<!-- greptile_other_comments_section -->
<sub>(5/5) You can turn off certain types of comments like style [here](https://app.greptile.com/review/github)!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#7145: chore: update package description to reflect multi-channel capabili...
by Protocol-zero-0 · 2026-02-02
74.3%
#8800: chore: apply oxfmt formatting
by shamsulalam1114 · 2026-02-04
74.2%
#22383: Chore: apply oxfmt baseline for CI check
by bmendonca3 · 2026-02-21
74.0%
#22425: chore: make prepare git hooks setup cross-platform
by OldFineDev · 2026-02-21
72.9%
#3884: Upgrade GitHub Actions for Node 24 compatibility
by salmanmkc · 2026-01-29
72.1%
#11048: fix: address repository issues (env, author, CI comments, security ...
by cavula · 2026-02-07
72.1%
#3885: Upgrade GitHub Actions to latest versions
by salmanmkc · 2026-01-29
71.9%
#21979: chore: add knip dependency check and remove unused dependencies
by chansuke · 2026-02-20
71.8%
#21829: Update update_clawdbot.md with development note
by yasir-shahhhhh · 2026-02-20
71.6%
#8203: fix clawdbot references
by anton-roos · 2026-02-03
71.5%