From 17c0667924028ee148d73bb3ed9cbe8b24b91b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Fri, 30 Jul 2021 21:38:23 +0200 Subject: [PATCH] chore: configure renovate to bump API (#601) 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": [