From dce6eb7abc32bf39a051ee25e2cebfc921d9572f 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 e6c68a574e..d1b0ddba7f 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 56807558a4..a41608a9c2 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"] }