From e67485de30e2d151afe3ebf023ddf3fedaf47ae2 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 31 Oct 2023 13:18:14 +0000 Subject: [PATCH] Chore: Add missing comma to renovate config (#77439) add missing comma --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9000449aab6..5ee322b31a3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -74,7 +74,7 @@ "groupName": "locker", "matchPackagePrefixes": [ "@locker/" - ] + ], "reviewers": ["team:grafana/plugins-platform-frontend"], }, ],