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
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
postUpdateOptions: ["npmDedupe"],
rebaseWhen: "behind-base-branch",
schedule: ["* 8-13 * * 2-4"], // Tuesday-Thursday, during working day
schedule: ["* 0-13 * * 2-4"], // Tuesday-Thursday, midnight through working day
semanticCommits: "disabled",
Comment thread
nikobockerman marked this conversation as resolved.
separateMinorPatch: true,

Expand All @@ -31,7 +31,7 @@
automerge: true,
minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314
prPriority: -1, // Lowest priority
schedule: ["* 8-13 * * 4"], // Thursday, during working day
schedule: ["* 0-13 * * 4"], // Thursday, midnight through working day
Comment thread
nikobockerman marked this conversation as resolved.
},
{
description: "Automerge all updates",
Expand Down
Loading