Skip to content

Commit

Permalink
chore: schedule renovate to run early in the morning (#5477)
Browse files Browse the repository at this point in the history
## About the changes
Schedule renovate to run and merge PRs before working hours to reduce
noise.
https://docs.renovatebot.com/presets-schedule/#schedulenonofficehours

From the documentation:

![image](https://github.com/Unleash/unleash/assets/455064/fc38f19f-09c3-4daa-a740-826d68cdbd06)
  • Loading branch information
gastonfournier authored Dec 1, 2023
1 parent a299885 commit 08204e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": ["config:base"],
"timezone": "Europe/Madrid",
"schedule": ["after 7pm every weekday", "before 5am every weekday"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
Expand Down

0 comments on commit 08204e5

Please sign in to comment.