👷 ci: unblock trusted Renovate updates - #75
Open
zrr1999 wants to merge 1 commit into
Open
Conversation
zrr1999
marked this pull request as ready for review
July 31, 2026 02:16
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.
Summary
PR titlejob, but skip zendev title validation for pull requests authored byrenovate[bot]@earendil-works/pi-aiand@earendil-works/pi-tuifrom pnpm's minimum-release-age policy while retaining the global policy and the exact@types/node@26.0.1exceptionRoot cause
PR #26 is blocked for two policy reasons: Renovate's configured
⬆️ deps:title does not match the repository's zendev title convention, and the version-pinned Pi exclusions stopped matching after Renovate upgraded the SDKs from0.82.1to0.83.0.This keeps both exceptions narrow: only Renovate-authored PR titles bypass validation, and only the two trusted Pi packages receive version-independent release-age exemptions.
Validation
pnpm install --frozen-lockfile --ignore-scriptspnpm exec prek run check-yaml actionlint --files .github/workflows/ci-pr-checks.yml pnpm-workspace.yamlpnpm exec vp fmt .github/workflows/ci-pr-checks.yml pnpm-workspace.yaml --checkpnpm run check:static(0 errors; 3 existing generated i18n warnings)After this lands, Renovate can rebase/retry #26 against the updated policy.