Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"enabled": true,
"enabled": false,
Comment thread
shripal-lean-ix marked this conversation as resolved.
"extends": [
"config:best-practices",
":pinAllExceptPeerDependencies",
Expand Down
4 changes: 2 additions & 2 deletions renovate-presets/automerge.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Prerequisites for this preset:
that do not require a merge queue and thus control
automerges in renovate still */
automergeSchedule: ["* 9-13 * * 1-5"],
automerge: true,
automerge: false,
automergeType: "pr",
automergeStrategy: "auto",
// Enable Github automerge (renovate loses control over the merge schedule)
platformAutomerge: true,
platformAutomerge: false,
Comment thread
shripal-lean-ix marked this conversation as resolved.
// Create PRs only if the stability days check has passed
// This prevents premature PR merges
prCreation: "not-pending",
Expand Down