From 96b36bda9657a23ba14d3bc76c29e60384a11411 Mon Sep 17 00:00:00 2001 From: Felix Scholze Date: Sat, 25 Nov 2023 22:07:02 +0100 Subject: [PATCH] build: fix json syntax error --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6cb1c5a..b27ce2d 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:base" ], "reviewers": [ "felix-berlin"