From 762d34dae49ac2563a1b81b524028bd081579c3c Mon Sep 17 00:00:00 2001 From: Federico Ciardi Date: Tue, 15 Jun 2021 18:10:41 +0200 Subject: [PATCH] chore: fix renovate bot schedule (#13468) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 77a81e7140..c4aa108b57 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:05 am on Friday"], + "schedule": ["before 00:05am on Friday"], "postUpgradeTasks": { "commands": [ "yarn install --immutable --skip-builds",