From 154f77b9f9aab4cfedf7857048371502a4654a9a Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Thu, 12 Oct 2023 13:31:56 -0700 Subject: [PATCH] tell renovate to include alpha packages in updates --- renovate.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 7e8202bcb..0193b347e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,6 +4,18 @@ "config:base" ], "packageRules": [ + { + "matchPackageNames": [ + "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", + "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv", + "io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0" + ], + // Renovate's default behavior is only to update from unstable -> unstable if it's for the + // major.minor.patch, under the assumption that you would want to update to the stable version + // of that release instead of the unstable version for a future release (but there's never any + // stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply + "ignoreUnstable": false + }, { // navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for // yet due to android gradle plugin only supporting min 33.