From 5ff5c297dbedd44c1ae8eff9576618d13aa133d8 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Tue, 8 Aug 2023 08:31:00 -0600 Subject: [PATCH] chore: Update renovate.json (#88) --- .github/renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3e8c0e13..5f3fb015 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,8 +13,5 @@ "semanticCommits": false, "pip_requirements": { "fileMatch": ["requirements-test.txt"] - }, - "schedule": [ - "before 4am on the first day of the month" - ] + } }