Skip to content

Commit

Permalink
Pin io.opentelemetry dependencies to 1.33.0 (#129)
Browse files Browse the repository at this point in the history
* Pin io.opentelemetry dependencies to 1.33.0

* Expand on explanation
  • Loading branch information
jack-berg authored Jan 8, 2025
1 parent 723e435 commit 0310edb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
"matchPackagePrefixes": ["io.opentelemetry:opentelemetry-api"],
"matchCurrentVersion": "1.33.0",
"enabled": false
}
]
}

0 comments on commit 0310edb

Please sign in to comment.