From 61e83933ce95d2e27e444d1732b4f56799359c09 Mon Sep 17 00:00:00 2001 From: PuQing Date: Sat, 19 Oct 2024 00:24:07 +0800 Subject: [PATCH] Update assignees in renovate.json5 configuration --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b608d094..6f854e8c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -14,12 +14,12 @@ { "matchCategories": ["python"], "addLabels": ["python"], - "assignees": ["AndPuQing", "visualDust"] + "assignees": ["@AndPuQing", "@visualDust"] }, { "matchCategories": ["node"], "addLabels": ["javascript"], - "assignees": ["lideming"] + "assignees": ["@lideming"] }, { "matchPackageNames": "@douyinfe**",