From f5b79cfdf87c2fb31cc844f80af83390049adb0b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 22 Sep 2024 11:53:52 -0500 Subject: [PATCH] updatebot: Schedule updats on Saturday morning Let's run `updatebot` on Saturday morning, so I can apply the changes over the weekend if I have time. If I don't, there's no harm in having the PRs open for a few days until I can get to it during the week. --- updatebot/updatebot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatebot/updatebot.yaml b/updatebot/updatebot.yaml index c6bc555..d7419f6 100644 --- a/updatebot/updatebot.yaml +++ b/updatebot/updatebot.yaml @@ -5,7 +5,7 @@ metadata: labels: &labels app.kubernetes.io/name: updatebot spec: - schedule: 32 6 * * 1 + schedule: 32 6 * * 6 timeZone: America/Chicago concurrencyPolicy: Forbid jobTemplate: