Skip to content

Commit

Permalink
try alternate scheduling syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 30, 2023
1 parent 31287de commit f900016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"config:recommended"
],
"timezone": "America/Los_Angeles",
"schedule": ["after 8pm and before 6am"],
"automergeSchedule": ["after 8pm and before 6am"],
"schedule": ["after 8pm", "before 6am"],
"automergeSchedule": ["after 8pm", "before 6am"],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit f900016

Please sign in to comment.