Skip to content

👷 ci: unblock trusted Renovate updates - #75

Open
zrr1999 wants to merge 1 commit into
mainfrom
codex/fix-renovate-pr-guards
Open

👷 ci: unblock trusted Renovate updates#75
zrr1999 wants to merge 1 commit into
mainfrom
codex/fix-renovate-pr-guards

Conversation

@zrr1999

@zrr1999 zrr1999 commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • keep the required PR title job, but skip zendev title validation for pull requests authored by renovate[bot]
  • exempt all versions of @earendil-works/pi-ai and @earendil-works/pi-tui from pnpm's minimum-release-age policy while retaining the global policy and the exact @types/node@26.0.1 exception

Root 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 from 0.82.1 to 0.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-scripts
  • pnpm exec prek run check-yaml actionlint --files .github/workflows/ci-pr-checks.yml pnpm-workspace.yaml
  • pnpm exec vp fmt .github/workflows/ci-pr-checks.yml pnpm-workspace.yaml --check
  • pnpm run check:static (0 errors; 3 existing generated i18n warnings)
  • full pre-commit and zendev commit-message hooks

After this lands, Renovate can rebase/retry #26 against the updated policy.

@zrr1999
zrr1999 marked this pull request as ready for review July 31, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant