We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd008c commit c6bf118Copy full SHA for c6bf118
1 file changed
.github/renovate.json5
@@ -19,7 +19,7 @@
19
},
20
postUpdateOptions: ["npmDedupe"],
21
rebaseWhen: "behind-base-branch",
22
- schedule: ["* 8-13 * * 2-4"], // Tuesday-Thursday, during working day
+ schedule: ["* 0-13 * * 2-4"], // Tuesday-Thursday, midnight through working day
23
semanticCommits: "disabled",
24
separateMinorPatch: true,
25
@@ -31,7 +31,7 @@
31
automerge: true,
32
minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314
33
prPriority: -1, // Lowest priority
34
- schedule: ["* 8-13 * * 4"], // Thursday, during working day
+ schedule: ["* 0-13 * * 4"], // Thursday, midnight through working day
35
36
{
37
description: "Automerge all updates",
0 commit comments