From aa388e3994c3c965d43f06eb5c573d03b1d4d207 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Fri, 13 Sep 2024 21:26:46 -0700 Subject: [PATCH] fix(renovate): schedule syntax (#271) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1bdc6fd..304c85b 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "extends": [ "config:base" ], - "schedule": ["every month on the first day of the month"], + "schedule": ["on the first day of the month"], "constraints": { "go": "1.21" }