From 8d46f2823175b2e903e6e62d8e506c9b94343424 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 23 May 2024 22:17:55 +0100 Subject: [PATCH] build(renovate): add missing comma --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c5079e6..a8d0350 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ "matchPackageNames": ["catppuccin/toolbox"], "versioning": "regex:^(?\\w+-)?v(?\\d+)\\.(?\\d+)\\.(?\\d+)?$" } - ] + ], "homebrew": { "commitMessageTopic": "Homebrew Formula {{depName}}", "extractVersion": "^\\w+-(?.+)",