Skip to content

Commit

Permalink
Fix renovate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Aug 14, 2023
1 parent 1d0838a commit 25ef0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
}
],
timezone: "Etc/UTC",
automergeSchedule: "every weekend",
schedule: "every weekend",
automergeSchedule: ["every weekend"],
schedule: ["every weekend"],
prConcurrentLimit: 2, // No more than 2 open PRs at a time.
prCreation: "not-pending", // Wait until status checks have completed before raising the PR
prNotPendingHours: 4, // ...unless the status checks have been running for 4+ hours.
Expand Down

0 comments on commit 25ef0e2

Please sign in to comment.