Skip to content

Commit b68105d

Browse files
committed
remove change that is now part of #10761
1 parent bcfc186 commit b68105d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/renovate.json5

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
"separateMinorPatch": true,
1313
"packageRules": [
1414
{
15+
"matchPackageNames": [
16+
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator",
17+
"io.opentelemetry.proto:opentelemetry-proto",
18+
"io.opentelemetry.semconv:opentelemetry-semconv"
19+
],
1520
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
1621
// major.minor.patch, under the assumption that you would want to update to the stable version
1722
// 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
2025
},
2126
{
2227
"matchPackagePrefixes": ["ch.qos.logback:"],

0 commit comments

Comments
 (0)