Skip to content

Commit c6bf118

Browse files
Allow renovate updates during night (#553)
This is hopefully enough to give renovate a better chance of getting executed during the update window.
1 parent 2dd008c commit c6bf118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
postUpdateOptions: ["npmDedupe"],
2121
rebaseWhen: "behind-base-branch",
22-
schedule: ["* 8-13 * * 2-4"], // Tuesday-Thursday, during working day
22+
schedule: ["* 0-13 * * 2-4"], // Tuesday-Thursday, midnight through working day
2323
semanticCommits: "disabled",
2424
separateMinorPatch: true,
2525

@@ -31,7 +31,7 @@
3131
automerge: true,
3232
minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314
3333
prPriority: -1, // Lowest priority
34-
schedule: ["* 8-13 * * 4"], // Thursday, during working day
34+
schedule: ["* 0-13 * * 4"], // Thursday, midnight through working day
3535
},
3636
{
3737
description: "Automerge all updates",

0 commit comments

Comments
 (0)