From 29d8ddfafbfd5236bffdec1ac00836b314754d4c Mon Sep 17 00:00:00 2001 From: itconstruct Date: Sat, 14 Dec 2024 12:39:50 +0000 Subject: [PATCH] Fix Renovate syntax error --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fea833b8..dcc6898e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - "github>truecharts/public//.github/renovate/main.json5" + "github>truecharts/public//.github/renovate/main.json5", "github>itconstruct/cluster//.github/special_talos.json5" ] }