Skip to content

Commit 0310edb

Browse files
authored
Pin io.opentelemetry dependencies to 1.33.0 (#129)
* Pin io.opentelemetry dependencies to 1.33.0 * Expand on explanation
1 parent 723e435 commit 0310edb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
9+
"matchPackagePrefixes": ["io.opentelemetry:opentelemetry-api"],
10+
"matchCurrentVersion": "1.33.0",
11+
"enabled": false
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)