From ad3e483a961c8b67dd0a606472269b810ed52cd1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 19 Sep 2022 17:26:02 +0300 Subject: [PATCH] Fix schedule parsing --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 857e4f13a..812c34550 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,5 +10,5 @@ "separateMajorMinor": "false" } ], - "schedule": ["on the fourth day of the month"] + "schedule": ["on the 4th day of the month"] }