Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
ci: Restrict rennovate to non office hours (#61)
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 38ffa14 commit 981c977
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 981c977

Please sign in to comment.