File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11
11
// https://github.com/renovatebot/renovate/discussions/8399#discussioncomment-305798
12
12
"separateMinorPatch" : true ,
13
13
"packageRules" : [
14
+ {
15
+ "matchPackageNames" : [
16
+ "io.opentelemetry.contrib:opentelemetry-aws-xray-propagator" ,
17
+ "io.opentelemetry.proto:opentelemetry-proto" ,
18
+ "io.opentelemetry.semconv:opentelemetry-semconv"
19
+ ] ,
20
+ // Renovate's default behavior is only to update from unstable -> unstable if it's for the
21
+ // major.minor.patch, under the assumption that you would want to update to the stable version
22
+ // of that release instead of the unstable version for a future release
23
+ // (TODO remove once the artifacts above release stable versions)
24
+ "ignoreUnstable" : false
25
+ } ,
14
26
{
15
27
"matchPackagePrefixes" : [ "ch.qos.logback:" ] ,
16
28
"groupName" : "logback packages"
You can’t perform that action at this time.
0 commit comments