From 5ef1da3f7ddc56a56a237e8a203ede86af61d8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= <18708370+Flarna@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:50:30 +0200 Subject: [PATCH] chore: configure renovate to bump API Adapt renovate configuration to match core repo and bump API to ensure that peer-dependency gets updated. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 1f08524985..ce588cbdb0 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,10 @@ "groupName": "all non-major dependencies", "updateTypes": ["patch", "minor"], "groupSlug": "all-minor-patch" + }, + { + "matchPackageNames": ["@opentelemetry/api"], + "rangeStrategy": "bump" } ], "assignees": [