Skip to content

Commit db388d0

Browse files
committed
perf: tweak schedule
- it starts to early in the morning, leading to failed checks - it reaches to far into our working hours (we are at UTC+1) Now it only provides update in the hour before our dailies, and in the evening before the segments are hibernates
1 parent ba29e3f commit db388d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ All major version bumps need to be triggered manually from the dependency dashbo
153153
"dependencyDashboardApproval": true
154154
}
155155
],
156-
"schedule": ["* 7-9,18-19 * * 1-5"]
156+
"schedule": ["* 8,18-19 * * 1-5"]
157157
}
158158
```
159159

default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"packageRules": [
2929
{"matchUpdateTypes": ["major"], "dependencyDashboardApproval": true}
3030
],
31-
"schedule": ["* 7-9,18-19 * * 1-5"]
31+
"schedule": ["* 8,18-19 * * 1-5"]
3232
}

0 commit comments

Comments
 (0)