chore(deps): update module github.com/go-chi/chi/v5 to v5.2.5 (main)#4329
Merged
elastic-renovate-prod[bot] merged 1 commit intoApr 9, 2026
Merged
Conversation
3 tasks
olegsu
added a commit
that referenced
this pull request
Apr 9, 2026
## Summary - Added `merge_group:` trigger to 4 workflow files so CI runs during GitHub merge queue processing - Fixed stale `.mergify.yml` queue_rules that referenced a previous CI system's check names ## Root Cause GitHub's native merge queue fires a `merge_group` event for each batch of queued PRs. Without this trigger in the workflow files, no checks ran on merge queue commits. The required status checks (`Lint`, `Unit Test`, `Package Cloudbeat`, `Manifest Tests`, `Test Rego Policies`) were never reported, leaving the queue stuck in `AWAITING_CHECKS` indefinitely. ## Fixes ### Workflows (added `merge_group:` trigger) | File | Checks produced | |------|----------------| | `ci-pull_request.yml` | `Lint`, `Unit Test` | | `packaging.yml` | `Package Cloudbeat (docker)`, `Package Cloudbeat (tar.gz)` | | `unit-test.yml` | `Manifest Tests` | | `test-opa-policies.yml` | `Test Rego Policies` | ### `.mergify.yml` queue_rules Replaced 6 non-existent check names (from old `Cloudbeat-CI` system) with the correct current check names. ## Test plan - [ ] Verify CI triggers on this PR normally (pull_request event) - [ ] Once merged, verify the merge queue triggers CI via merge_group event - [ ] Confirm stuck Renovate PRs (#4335, #4328, #4332, #4329, #4334) process correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.2.4->v5.2.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
go-chi/chi (github.com/go-chi/chi/v5)
v5.2.5Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.2.3...v5.2.5
Configuration
📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.