Skip to content

Commit

Permalink
tell renovate to include alpha packages in updates
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 12, 2023
1 parent 46db80a commit 154f77b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 154f77b

Please sign in to comment.