We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723e435 commit 3042f52Copy full SHA for 3042f52
.github/renovate.json5
@@ -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 io.opentelemetry dependencies to avoid churn and for conservative api version requirement
9
+ "matchPackagePrefixes": ["io.opentelemetry:"],
10
+ "matchCurrentVersion": "1.33.0",
11
+ "enabled": false
12
+ }
13
+ ]
14
+}
0 commit comments