From 40133b71c81061b0738486011356e980204bc87e Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 5 Jan 2022 04:05:26 -0500 Subject: [PATCH] chore: add Rauno Viskus as maintainer (#2701) --- README.md | 1 + renovate.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33eeeff0b2f..e6c68a574ef 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)): - [Daniel Dyla](https://github.com/dyladan), Dynatrace +- [Rauno Viskus](https://github.com/Rauno56), Splunk - [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor *Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).* diff --git a/renovate.json b/renovate.json index b3b968bd100..56807558a42 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ } ], "ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack"], - "assignees": ["@dyladan", "@vmarchaud"], + "assignees": ["@dyladan", "@Rauno56", "@vmarchaud"], "schedule": ["before 3am on Friday"], "labels": ["dependencies"] }