Commit edbbe96
chore(renovate): enable platform auto-merge for green PRs (#111)
* chore(renovate): enable platform auto-merge for green PRs
The Friday-only `schedule` gates Renovate's own merge step, so green PRs
sat unmerged for up to a week. Hand merging to GitHub's native auto-merge
instead: Renovate flags each PR during the Friday window and GitHub merges
it the moment required checks pass, on any day, decoupled from `schedule`.
`platformAutomerge` defaults to true; making it explicit documents the
dependency on the repo-level prerequisites configured alongside this:
- repo setting "Allow auto-merge" enabled
- branch protection on `main` requiring the CI checks (MegaLinter,
source-tests ubuntu+windows), non-strict, admins exempt
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* chore(agents): document Renovate platform auto-merge prerequisites
Captures the lesson from wiring up auto-merge: a restrictive Renovate
`schedule` gates Renovate's own merge step, so platform (GitHub-native)
auto-merge is needed to merge green PRs outside the window, which in turn
needs the repo "Allow auto-merge" setting plus branch protection with the
CI checks required (non-strict, admins exempt).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 59fec3c commit edbbe96
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments