From 0fd671d3667be2c3dade3ee02d0b54bffc9907e5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 8 May 2023 19:27:53 +0200 Subject: [PATCH] renovate: fix invalid JSON syntax Fixes: 930832e59ffe ("Add renovate configuration") Fixes: #1592 Signed-off-by: Tobias Klauser --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 312d563420..80648ef647 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -68,7 +68,7 @@ "patch", "pin", "pinDigest" - ] + ], matchBaseBranches: [ "main" ]