From db388d001e7063011e95a9664b9eb5be1dbd8e42 Mon Sep 17 00:00:00 2001 From: Christian Bewernitz Date: Mon, 9 Dec 2024 17:06:13 +0100 Subject: [PATCH] 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 --- README.md | 2 +- default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8ac97..d18effc 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ All major version bumps need to be triggered manually from the dependency dashbo "dependencyDashboardApproval": true } ], - "schedule": ["* 7-9,18-19 * * 1-5"] + "schedule": ["* 8,18-19 * * 1-5"] } ``` diff --git a/default.json b/default.json index aa4e484..b5d6261 100644 --- a/default.json +++ b/default.json @@ -28,5 +28,5 @@ "packageRules": [ {"matchUpdateTypes": ["major"], "dependencyDashboardApproval": true} ], - "schedule": ["* 7-9,18-19 * * 1-5"] + "schedule": ["* 8,18-19 * * 1-5"] }