Skip to content

Commit

Permalink
ci: Restrict rennovate to non office hours (#111)
Browse files Browse the repository at this point in the history
* ci: Restrict rennovate to non office hours

Signed-off-by: Raphael Ludwig <[email protected]>

* ci: Restrict rennovate to non office hours between Wednesday and Thursday

Signed-off-by: Raphael Ludwig <[email protected]>
  • Loading branch information
Raffy23 authored Mar 17, 2022
1 parent 8ed13c2 commit a8bb9fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"addLabels": ["dependencies"],
"cloneSubmodules": true,
"stabilityDays": 7,
"timezone": "Europe/Vienna"
"timezone": "Europe/Vienna",
"schedule": [
"after 10pm on Wednesday",
"before 8am on Thursday"
]
}

0 comments on commit a8bb9fe

Please sign in to comment.