From 8384249f46100c84ebddeb1aa82c2ed617c0a899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sat, 29 Apr 2023 20:23:48 +0300 Subject: [PATCH] ci(renovate): Fix the syntax --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 12d4e08..2066819 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,7 +38,7 @@ "matchManagers": ["github-actions"], "automerge": true, "automergeType": "branch", - "matchUpdateTypes": ["digest"] + "matchUpdateTypes": ["digest"], "schedule": [ "every 1 months on the first day of the month" ]