From 0a1bb29ee675433f7a862e02af162d7da894aa82 Mon Sep 17 00:00:00 2001 From: jessebot Date: Mon, 7 Aug 2023 18:01:53 +0200 Subject: [PATCH] fix missing comma for renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index bccaf31..2eb070f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "repositories": [ "jessebot/mastodon-helm-chart" - ] + ], "regexManagers": [ { "datasourceTemplate": "docker",