Skip to content

Commit

Permalink
Merge pull request #3294 from nextcloud/renovate/schedule
Browse files Browse the repository at this point in the history
Limit renovate PR creation to the night during weekdays
  • Loading branch information
juliusknorr authored Oct 23, 2022
2 parents 01c58e8 + 1946316 commit 0e19895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"extends": [
"config:base"
],
"timezone": "Europe/Berlin",
"schedule": [
"before 5am every weekday",
"every weekend"
],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
Expand Down

0 comments on commit 0e19895

Please sign in to comment.