Skip to content

Commit

Permalink
ci: Restrict rennovate to non office hours between Wednesday and Thur…
Browse files Browse the repository at this point in the history
…sday
  • Loading branch information
Raffy23 committed Mar 17, 2022
1 parent 672ab43 commit b31d5d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": [
"config:base",
":gitSignOff",
"schedule:nonOfficeHours",
":semanticCommits",
":semanticCommitTypeAll(build)",
":semanticCommitScope(deps)",
Expand All @@ -11,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 b31d5d9

Please sign in to comment.