We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c06b8c commit ed81be8Copy full SHA for ed81be8
.github/renovate.json5
@@ -58,8 +58,8 @@
58
}
59
],
60
timezone: "Etc/UTC",
61
- automergeSchedule: "before 07:00",
62
- schedule: "every weekend",
+ automergeSchedule: ["before 07:00"],
+ schedule: ["every weekend"],
63
prConcurrentLimit: 5, // No more than 5 open PRs at a time.
64
prCreation: "not-pending", // Wait until status checks have completed before raising the PR
65
prNotPendingHours: 4, // ...unless the status checks have been running for 4+ hours.
0 commit comments