From 5cccf08b983096e9b451f67725f19d333f2905cf Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sat, 7 Oct 2023 14:20:44 +0200 Subject: [PATCH] ci: fix syntax error in Renovate config --- .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"], }