chore(deps): update dependency Mergifyio/mergify-cli to 2026.7.8.1#6
Merged
Conversation
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
cfa2d3d to
d12f046
Compare
mergify Bot
pushed a commit
that referenced
this pull request
Jul 10, 2026
A new semgrep community rule (v42) flags renovate.json's short `minimumReleaseAge`, breaking the linters job on every pull request (see #6). The short release age is deliberate, and the rule's suggested opt-out (`"minimumReleaseAge": false`) is invalid per the Renovate schema (string or null only), so it can't be silenced from renovate.json without changing its behavior. Exclude the rule from the semgrep invocation instead; renovate.json stays scanned by every other rule. Same fix as Mergifyio/gha-mergify-ci#280. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Bump the pinned default so consumers get `mergify ci scopes-send --all` (the catch-all all_scopes flag, MRGFY-7884) out of the box — Mergifyio/gha-mergify-ci needs it for its new `all_scopes` input (MRGFY-7885). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
d12f046 to
7cb1790
Compare
kozlek
approved these changes
Jul 10, 2026
JulianMaurin
approved these changes
Jul 10, 2026
Contributor
Merge Queue Status
This pull request spent 9 seconds in the queue, including 2 seconds running CI. Required conditions to merge
|
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.
Bump the pinned default so consumers get
mergify ci scopes-send --all(the catch-allall_scopesflag, MRGFY-7884) out of the box — Mergifyio/gha-mergify-ci needs it for its newall_scopesinput (Mergifyio/gha-mergify-ci#279, MRGFY-7885).🤖 Generated with Claude Code