Skip to content

Commit

Permalink
renovate: move scheduled updates to Sunday
Browse files Browse the repository at this point in the history
https://docs.renovatebot.com/configuration-options/#schedule

Schedule: "on Monday" pretty much means "submit PRs all throughout
Monday". That means if we merge Renovate PRs on Monday morning, we will
still get more throughout the day.

Instead, send the scheduled PRs on Sunday so that they're ready for
merging on Monday.

Note: currently, only GH actions and appstudio-utils updates are on a
schedule. Others are unscheduled.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Dec 9, 2024
1 parent 27996c9 commit 3def877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"quay.io/konflux-ci/appstudio-utils"
],
"schedule": [
"on monday"
"on sunday"
]
},
{
Expand Down Expand Up @@ -139,7 +139,7 @@
".github/workflows/**"
],
"schedule": [
"on monday"
"on sunday"
]
},
{
Expand Down

0 comments on commit 3def877

Please sign in to comment.