From 382c046e9bb13d3568c9d64db9d2620ae1dfa318 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 13 Mar 2024 10:38:15 +0000 Subject: [PATCH] fix renovate config (#11587) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c655c0373..e306e5d55 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -40,7 +40,7 @@ "matchPackageNames": ["pytype", "pyright"], "description": "Daily update of pyright and pytype", "separateMajorMinor": "false", - "schedule": ["daily"] + "schedule": ["before 4am"] } ] }