Skip to content

Commit

Permalink
Expand on explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 6, 2025
1 parent 3042f52 commit 76cbf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
],
"packageRules": [
{
// pin io.opentelemetry dependencies to avoid churn and for conservative api version requirement
"matchPackagePrefixes": ["io.opentelemetry:"],
// 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
}
Expand Down

0 comments on commit 76cbf41

Please sign in to comment.