From 07e80978c3312f5dc590ae2bec5ab562083ae8ca Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Mon, 30 Aug 2021 17:17:18 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index df7758f..26e65e8 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -47,9 +47,10 @@ resources: # List of project maintainers maintainers: -- email: "shen_vickie@bah.com" -# # The name of the current container owner - name: "Vickie Shen" -# # The gitlab username of the current container owner - username: "shen_vickie" +- email: "echi@vivsoft.io" + # The name of the current container owner + name: "Elvis Chi" + # The gitlab username of the current container owner + username: "echi" cht_member: true + -- GitLab From 11e11f95833b24195b40c5f9aaa35b15ab2c4303 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Mon, 30 Aug 2021 17:19:25 +0000 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 79e4e17..3f0a128 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@shen_vickie" + "echi" ], "baseBranches": [ "development" -- GitLab