From b5383796c314d1685e658a872fb1a1777586f3b2 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 5 Jan 2022 08:27:06 -0500 Subject: [PATCH] chore: add Amir Blum as maintainer (#2703) Co-authored-by: Valentin Marchaud --- README.md | 1 + renovate.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c68a574ef..d1b0ddba7f2 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,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)): +- [Amir Blum](https://github.com/blumamir), Aspecto - [Daniel Dyla](https://github.com/dyladan), Dynatrace - [Rauno Viskus](https://github.com/Rauno56), Splunk - [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor diff --git a/renovate.json b/renovate.json index 56807558a42..a41608a9c2c 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ } ], "ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack"], - "assignees": ["@dyladan", "@Rauno56", "@vmarchaud"], + "assignees": ["@blumamir", "@dyladan", "@Rauno56", "@vmarchaud"], "schedule": ["before 3am on Friday"], "labels": ["dependencies"] }