Skip to content

fix(dependabot): stop double scoping commits#489

Merged
auxesis merged 1 commit into
mainfrom
fix/dependabot-stop-double-scoping
May 25, 2026
Merged

fix(dependabot): stop double scoping commits#489
auxesis merged 1 commit into
mainfrom
fix/dependabot-stop-double-scoping

Conversation

@auxesis
Copy link
Copy Markdown
Contributor

@auxesis auxesis commented May 25, 2026

Stop applying two scopes to each upgrade commit message.

Dependabot misconfiguration meant commits weren't conventional.

Before:

chore(deps)(deps): bump the production-minor-patch group across 1 directory with 14 updates

After:

chore(deps): bump the production-minor-patch group across 1 directory with 14 updates

Summary by CodeRabbit

  • Chores
    • Updated automated dependency management configuration to refine commit message formatting.

Review Change Stack

@auxesis auxesis requested a review from a team as a code owner May 25, 2026 05:08
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 25, 2026

⚠️ No Changeset found

Latest commit: 4d14ea3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

📝 Walkthrough

Walkthrough

This PR updates Dependabot configuration to standardize commit message formatting for automated dependency updates. The npm update prefix changes from chore(deps) to chore, while github-actions changes from chore(actions) to chore with scope information included in the generated messages.

Changes

Dependabot commit message formatting

Layer / File(s) Summary
Standardize commit message prefixes
.github/dependabot.yml
Updated commit-message prefix for npm from chore(deps) to chore. Changed github-actions prefix from chore(actions) to chore and added commit-message.include: scope to preserve dependency scope in commit messages.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • cipherstash/stack#474: Both PRs modify .github/dependabot.yml settings, adjusting commit-message formatting and dependency rules.

Suggested reviewers

  • yujiyokoo
  • calvinbrewer
  • coderdan

Poem

A rabbit hops through configs green,
Where Dependabot's messages are seen,
From chore(deps) to simply chore,
The scopes now shine, we want no more—
Clean commits hop, a tidier floor! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the specific problem (double scoping in commits) and the fix (stopping it), directly matching the main change in the PR which updates Dependabot configuration to prevent duplicated scopes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/dependabot-stop-double-scoping

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@freshtonic freshtonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're doing the lord's work @auxesis

@auxesis auxesis merged commit 3b62d95 into main May 25, 2026
6 checks passed
@auxesis auxesis deleted the fix/dependabot-stop-double-scoping branch May 25, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants