Skip to content

ci: enable gated GitHub-native Renovate automerge - #8

Merged
altaywtf merged 1 commit into
mainfrom
ci/native-renovate-automerge
Sep 8, 2026
Merged

ci: enable gated GitHub-native Renovate automerge#8
altaywtf merged 1 commit into
mainfrom
ci/native-renovate-automerge

Conversation

@altaywtf

@altaywtf altaywtf commented Sep 8, 2026

Copy link
Copy Markdown
Member

Problem

Green dependency PRs wait for another hosted Renovate run.

Solution

Use GitHub-native automerge with explicit required verification checks. Preserve the shared update eligibility and release-age policy.

Proof

Repository verification and Renovate configuration validation passed locally. Live auto-merge and the separate non-strict required-check ruleset were read back. Existing administrator write paths retain a bypass only on the new checks; Renovate has none.

Copilot AI lite review requested due to automatic review settings September 8, 2026 03:28
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T03:31:20.004072Z 96f3aca PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI 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.

🟢 Approval recommended

The change is small, valid Renovate configuration, and aligns with the stated goal of using GitHub-native automerge gated by required checks.

Pull request overview

This PR enables GitHub-native (platform) automerge for Renovate PRs so that dependency updates can be merged automatically once required GitHub verification checks pass, without waiting for a separate hosted Renovate run.

Changes:

  • Enable platform-managed automerge in Renovate (platformAutomerge: true).
  • Set Renovate automerge mode to PR-based merges (automergeType: "pr").
File summaries
File Description
renovate.json Turns on GitHub-native automerge for Renovate and configures PR-based automerge behavior.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@slopzapper slopzapper 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.

✨ CLEAN

The two keys override the shared preset's Renovate-side merge so already-eligible patch, minor, and pin PRs use GitHub-native automerge. automergeType pr matches the preset and the platformAutomerge contract. Update eligibility, digest-manual policy, and squash strategy stay in the preset. The repository ruleset requires the four scan jobs, so the platform merge stays gated.

@altaywtf
altaywtf merged commit 996ca82 into main Sep 8, 2026
5 checks passed
@altaywtf
altaywtf deleted the ci/native-renovate-automerge branch September 8, 2026 03:32
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.

2 participants