Skip to content

Commit

Permalink
Pin io.opentelemetry dependencies to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 6, 2025
1 parent 723e435 commit 3042f52
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 io.opentelemetry dependencies to avoid churn and for conservative api version requirement
"matchPackagePrefixes": ["io.opentelemetry:"],
"matchCurrentVersion": "1.33.0",
"enabled": false
}
]
}

0 comments on commit 3042f52

Please # to comment.