From 80b5b6b64b5542b3bf5ec57ba3f88092761de9f1 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Sun, 3 Nov 2019 11:40:55 +0100 Subject: [PATCH] Update renovate.json Apparently formatting json with buildifier results in something that is not json. Who would have thought. --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 35d60f6..ee8c906 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "extends": [ - "config:base", - ], + "config:base" + ] }