From 0abbc741c9dd3c84607c61db75351b288864fecf Mon Sep 17 00:00:00 2001 From: sebleh Date: Mon, 31 Mar 2025 19:24:07 +0200 Subject: [PATCH] Typo in renovate.json Fixed missing comma --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4d6c48e..ce4b0d4 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ "automerge": true, "automergeType": "branch" } - ] + ], "schedule": [ "* * * * 0,6" ]