From 45f0f76f8efe7d20832dd89bbe0c9b9822a7284c Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 31 Aug 2021 07:07:21 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 66590ef..633c444 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -62,9 +62,9 @@ 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 d5b3bd4fe76070b8f4186afbe968c699c2b5f17b Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 31 Aug 2021 07:07:46 +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 2a723a6..9781fca 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@shen_vickie" + "@echi" ], "baseBranches": [ "development" -- GitLab