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
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
postUpdateOptions: ["npmDedupe"],
rebaseWhen: "behind-base-branch",
schedule: ["* 0-13 * * 1-5"], // Weekdays, during night and working hours
semanticCommits: "disabled",
separateMinorPatch: true,

Expand All @@ -29,6 +30,7 @@

automerge: true,
minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314
schedule: ["* 0-13 * * 5"], // Friday, during night and working hours
},
{
description: "Automerge all updates",
Expand Down
Loading