From a2de03be8b96e796083f83bd756834466157a5e6 Mon Sep 17 00:00:00 2001 From: Alexandre Philibeaux Date: Mon, 27 Dec 2021 12:42:19 +0000 Subject: [PATCH] chore(renovate): change reviewers config --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8dd0fae9b..6dbccf5fa 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,9 +4,9 @@ "config:base", ":combinePatchMinorReleases" ], - "assignees:": "team:console", + "assignees:": ["team:console"], "assigneesSampleSize": 1, - "reviewers:": "team:console", + "reviewers:": ["team:console"], "reviewersSampleSize": 2, "prHourlyLimit": 5, "prConcurrentLimit": 10,