Skip to content

Delay Renovate PR creation - #12

Merged
rokuosan merged 1 commit into
masterfrom
renovate-pr-creation
Jul 28, 2026
Merged

Delay Renovate PR creation#12
rokuosan merged 1 commit into
masterfrom
renovate-pr-creation

Conversation

@rokuosan

Copy link
Copy Markdown
Owner

Summary

  • Create Renovate PRs only after the one-day minimum release age has passed.
  • Enable the Dependency Dashboard to surface pending updates.

Validation

  • npx --yes --package renovate renovate-config-validator renovate.json

@rokuosan
rokuosan marked this pull request as ready for review July 28, 2026 15:35
@rokuosan
rokuosan merged commit 367c859 into master Jul 28, 2026
4 checks passed
@rokuosan
rokuosan deleted the renovate-pr-creation branch July 28, 2026 15:38

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread renovate.json
"labels": ["renovate"],
"minimumReleaseAge": "1 day"
"minimumReleaseAge": "1 day",
"prCreation": "not-pending"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

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