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"]
 }