From 6f021fed84151d827ad82374edb2a3f27926d9f5 Mon Sep 17 00:00:00 2001 From: andriipanchuk Date: Mon, 19 Jul 2021 10:44:04 -0500 Subject: [PATCH] update maintainers --- hardening_manifest.yaml | 6 +++--- renovate.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 080cc83..eb77c12 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -63,9 +63,9 @@ resources: # FIXME: Include any other vendor information if applicable maintainers: maintainers: -- email: "gavin.scallon@parsons.com" +- email: "andrii@alphabravo.io" # # The name of the current container owner - name: "Gavin Scallon" + name: "Andrii Panchuk" # # The gitlab username of the current container owner - username: "gavin.scallon" + username: "andriipanchuk" cht_member: true diff --git a/renovate.json b/renovate.json index 0d48162..0ac1a6d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@alexander.klepal" + "@andriipanchuk" ], "baseBranches": [ "development" -- GitLab