Skip to content

fix: correct Dependabot author in Mergify rules#583

Merged
ashleyshaw merged 2 commits into
developfrom
fix/mergify-dependabot-author
May 30, 2026
Merged

fix: correct Dependabot author in Mergify rules#583
ashleyshaw merged 2 commits into
developfrom
fix/mergify-dependabot-author

Conversation

@ashleyshaw
Copy link
Copy Markdown
Member

Summary

Fix Mergify auto-merge rules for Dependabot PRs by correcting the author condition.

Problem

The Mergify configuration had author=dependabot but GitHub's Dependabot bot account is registered as dependabot[bot], causing the auto-merge rules to never match.

Solution

Updated both auto-merge rules (dependency updates and security updates) to use the correct author: author=dependabot[bot]

Testing

This will be validated once the Dependabot PRs (#532, #533) are processed by Mergify with the corrected rules.


Generated by Claude Code

Changed author condition from 'dependabot' to 'dependabot[bot]' to match
the actual GitHub bot account name. This fixes auto-merge rules for
Dependabot PRs on develop branch.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 30, 2026

Warning

Review limit reached

@ashleyshaw, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 53 minutes and 51 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 17bfbff6-7088-4f5f-b402-6a34e619e937

📥 Commits

Reviewing files that changed from the base of the PR and between 433c647 and 2d5f06e.

📒 Files selected for processing (2)
  • .github/mergify.yml
  • CHANGELOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/mergify-dependabot-author

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

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Mergify configuration file (.github/mergify.yml) to change the author filter from dependabot to dependabot[bot] for auto-merging dependency and security updates on the develop branch. There are no review comments, and I have no feedback to provide.

@github-actions github-actions Bot added status:needs-review Awaiting code review type:bug Bug or defect priority:normal Default priority type:chore Chore / small hygiene change meta:needs-changelog Requires a changelog entry before merge labels May 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #583

CI Status:success
Files changed: 1

Recommendations

  • Ready to proceed pending human review

@github-actions github-actions Bot added area:documentation Docs & guides lang:md Markdown content/docs and removed type:chore Chore / small hygiene change labels May 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #583

CI Status:success
Files changed: 2

Recommendations

  • Ready to proceed pending human review

@ashleyshaw ashleyshaw marked this pull request as ready for review May 30, 2026 05:17
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@ashleyshaw ashleyshaw merged commit ce4ddb0 into develop May 30, 2026
18 of 20 checks passed
@ashleyshaw ashleyshaw deleted the fix/mergify-dependabot-author branch May 30, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:documentation Docs & guides lang:md Markdown content/docs meta:needs-changelog Requires a changelog entry before merge priority:normal Default priority status:needs-review Awaiting code review type:bug Bug or defect

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants