Skip to content

Commit c3ef005

Browse files
authored
Limit renovatebot PRs to run outside of Europe/US office hours (#1188)
1 parent cb9d840 commit c3ef005

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
},
1818
"ignorePaths": [
1919
"Dockerfile"
20-
]
20+
],
21+
"schedule": [
22+
"* 1-3 * * *"
23+
],
24+
"timezone": "Europe/Amsterdam"
2125
}

0 commit comments

Comments
 (0)