Delay Renovate PR creation - #12
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9da781d8d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "labels": ["renovate"], | ||
| "minimumReleaseAge": "1 day" | ||
| "minimumReleaseAge": "1 day", | ||
| "prCreation": "not-pending" |
There was a problem hiding this comment.
Avoid waiting for checks that cannot start
With prCreation: "not-pending", Renovate waits for branch checks before opening the PR, but the inspected .github/workflows/ci-golang.yaml runs only for pull_request events or pushes to master, so Renovate update branches receive no CI result until a PR already exists. Moreover, because minimumReleaseAge is non-zero, Renovate disables the usual prNotPendingHours fallback, leaving these updates unable to progress beyond the dashboard; either allow CI on Renovate branch pushes or remove not-pending. See Renovate's prCreation documentation and prNotPendingHours interaction.
Useful? React with 👍 / 👎.
Summary
Validation
npx --yes --package renovate renovate-config-validator renovate.json