From 5caf3ed6e70a22c93b413ee4afa78671f3460d58 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:19:14 +0100 Subject: [PATCH] chore(renovate): fix schedule (#345) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 696e8938..748670cf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "schedule": ["every Monday"], + "schedule": ["on monday"], "prConcurrentLimit": 5, "packageRules": [ {