From 942dbe1d990bcaf55c0ce525accc6766a67f14c1 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 3 Sep 2019 21:13:37 -0400 Subject: [PATCH] chore: fix renovate config --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 7ad0e181..a2b42ee3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,3 @@ { - "extends": [ - "github>netlify/renovate-config" - ], + "extends": ["github>netlify/renovate-config"] }