From c894675db010f8c2a229bbbc041f5fce7c5b5603 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sat, 7 Oct 2023 14:22:24 +0200 Subject: [PATCH] ci: fix syntax error in Renovate config (#72) --- .github/renovate.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 64a84dc..3982aaa 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "extends": ["github>statnett/renovate-config"], - ], + "extends": ["github>statnett/renovate-config"], }