Skip to content

Commit

Permalink
Limit renovate updates to daytime
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy authored Feb 19, 2024
1 parent 6ec0e6e commit 32ddabb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@
"automerge": true,
}
],

timezone: "Etc/UTC",
// loosely limit to Europe work hours, so we don't get pinged in the middle of the night
schedule: [
"after 10am on the first day of the month",
"after 10am",
"before 6pm",
],
automergeSchedule: [
"after 10am",
"before 6pm",
],

stabilityDays: 14,
"suppressNotifications": [
// "artifactErrors",
Expand Down

0 comments on commit 32ddabb

Please sign in to comment.