File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 66 "packageRules" : [
77 {
88 "matchPackageNames" : [
9- "io.opentelemetry:opentelemetry-bom-alpha" ,
10- "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha" ,
11- "io.opentelemetry.proto:opentelemetry-proto"
9+ "io.opentelemetry:**" ,
10+ "io.opentelemetry.instrumentation:**" ,
11+ "io.opentelemetry.contrib:**" ,
12+ "io.opentelemetry.semconv:**" ,
13+ "io.opentelemetry.proto:**"
1214 ] ,
1315 // Renovate's default behavior is only to update from unstable -> unstable if it's for the
1416 // major.minor.patch, under the assumption that you would want to update to the stable version
1517 // of that release instead of the unstable version for a future release
16- // (but there's never any stable version of these artifacts so this logic doesn't apply)
1718 "ignoreUnstable" : false
1819 } ,
1920 {
You can’t perform that action at this time.
0 commit comments