File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 66 "packageRules" : [
77 {
88 "matchPackageNames" : [
9- "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha " ,
10- "io.opentelemetry.semconv:opentelemetry-semconv " ,
11- "io.opentelemetry.semconv:opentelemetry-semconv-incubating " ,
12- "io.opentelemetry.proto:opentelemetry-proto "
9+ "io.opentelemetry:** " ,
10+ "io.opentelemetry.instrumentation:** " ,
11+ "io.opentelemetry.semconv:** " ,
12+ "io.opentelemetry.proto:** "
1313 ] ,
1414 // Renovate's default behavior is only to update from unstable -> unstable if it's for the
1515 // major.minor.patch, under the assumption that you would want to update to the stable version
1616 // of that release instead of the unstable version for a future release
17- // (TODO remove once the artifacts above release stable versions)
1817 "ignoreUnstable" : false
1918 } ,
2019 {
You can’t perform that action at this time.
0 commit comments