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