From f808a3eb148c53437e5560fe886c9702b45a6076 Mon Sep 17 00:00:00 2001 From: Federico Ciardi Date: Tue, 15 Jun 2021 22:12:11 +0200 Subject: [PATCH] chore: fix renovate bot schedule (#13470) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c4aa108b57..e66a78fb50 100644 --- a/renovate.json +++ b/renovate.json @@ -61,7 +61,7 @@ { "matchPackageNames": ["tests-test262", "tests-flow", "tests-typescript"], "groupName": "third-party parser tests", - "schedule": ["before 00:05am on Friday"], + "schedule": ["before 00:05 on Friday"], "postUpgradeTasks": { "commands": [ "yarn install --immutable --skip-builds",