Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions renovate-presets/automerge.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,25 @@ Prerequisites for this preset:
"patch",
"digest"
],
// Create PRs only during working hours
// This controls the update window for scenarios using platform automerge
// when renovate loses control over the merge schedule
"schedule": [
Comment thread
r0binary-sap marked this conversation as resolved.
"* 9-13 * * 1-5"
],
/* Maintain backwards compatibility for repositories
that do not require a merge queue and thus control
automerges in renovate still */
"automergeSchedule": [
"* 9-13 * * 1-5"
],
Comment thread
r0binary-sap marked this conversation as resolved.
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "auto",
// Enable Github automerge (renovate loses control over the merge schedule)
"platformAutomerge": true,
// Create PRs only if the stability days check has passed
// This prevents premature PR merges
"prCreation": "not-pending",
"internalChecksFilter": "strict",
"rebaseWhen": "conflicted"
Expand Down