Skip to content

fix(ci): unblock Dependabot auto-merge for app/dependabot PRs#570

Merged
ashleyshaw merged 1 commit into
developfrom
config/dependabot-mergify
May 29, 2026
Merged

fix(ci): unblock Dependabot auto-merge for app/dependabot PRs#570
ashleyshaw merged 1 commit into
developfrom
config/dependabot-mergify

Conversation

@ashleyshaw
Copy link
Copy Markdown
Member

Summary\n- align Mergify conditions with real Dependabot actor and canonical dependency labels\n- exempt Dependabot PRs from changelog validation requirement\n- allow security label workflow to run for app/dependabot\n- align Dependabot default labels to area:dependencies\n\n## Why\nPRs #532 and #533 are not auto-merging due to condition mismatch and non-actionable gates (changelog for bot PRs, CodeRabbit timeout dependency in Mergify conditions).\n\n## Validation\n- npm run lint:yaml\n- npm run test:js (via pre-commit hook)\n

@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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 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 36 minutes and 10 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: 9363d8ae-5ddf-4225-969a-0385f4d6b312

📥 Commits

Reviewing files that changed from the base of the PR and between 3e7cb43 and 98a9751.

📒 Files selected for processing (4)
  • .github/dependabot.yml
  • .github/mergify.yml
  • .github/workflows/changelog-validate.yml
  • .github/workflows/dependabot-security-label.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch config/dependabot-mergify

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.

@ashleyshaw ashleyshaw force-pushed the config/dependabot-mergify branch from a08a7bd to 98a9751 Compare May 29, 2026 13:54
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 configures Mergify rules to automate the merging of Dependabot dependency and security updates on the develop branch, along with corresponding label updates and changelog documentation. However, the Mergify rules require the changelog-validate / validate check to pass, which will block auto-merging because Dependabot pull requests are exempt from changelog validation. It is recommended to remove this check requirement from both Mergify rules.

Comment thread .github/mergify.yml
Comment on lines +8 to +10
- check-success=CI / lint
- check-success=changelog-validate / validate
- -draft
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The PR description states that Dependabot PRs are exempt from the changelog validation requirement. However, this Mergify condition still requires changelog-validate / validate to succeed. If the changelog validation is skipped or does not run for Dependabot PRs, Mergify will block the auto-merge indefinitely. This condition should be removed.

      - check-success=CI / lint
      - -draft

Comment thread .github/mergify.yml
Comment on lines +23 to 25
- check-success=CI / lint
- check-success=changelog-validate / validate
- -draft
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Similarly to the first rule, requiring changelog-validate / validate to succeed will block the auto-merge of Dependabot security updates if they are exempt from changelog validation. This condition should be removed.

      - check-success=CI / lint
      - -draft

@ashleyshaw ashleyshaw added the meta:no-changelog No changelog needed label May 29, 2026
@github-actions github-actions Bot added status:needs-review Awaiting code review area:ci Build and CI pipelines area:dependencies Composer/npm dependency work area:security Security-focused work priority:normal Default priority type:chore Chore / small hygiene change type:bug Bug or defect meta:needs-changelog Requires a changelog entry before merge labels May 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #570

CI Status:success
Files changed: 4

Recommendations

  • Ready to proceed pending human review

@ashleyshaw ashleyshaw merged commit 694c2b4 into develop May 29, 2026
14 of 15 checks passed
@ashleyshaw ashleyshaw deleted the config/dependabot-mergify branch May 29, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ci Build and CI pipelines area:dependencies Composer/npm dependency work area:security Security-focused work meta:needs-changelog Requires a changelog entry before merge meta:no-changelog No changelog needed priority:normal Default priority status:needs-review Awaiting code review type:bug Bug or defect type:chore Chore / small hygiene change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant