Skip to content

Commit

Permalink
remove change that is now part of #10761
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Mar 11, 2024
1 parent bcfc186 commit b68105d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@
"separateMinorPatch": true,
"packageRules": [
{
"matchPackageNames": [
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator",
"io.opentelemetry.proto:opentelemetry-proto",
"io.opentelemetry.semconv:opentelemetry-semconv"
],
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
// major.minor.patch, under the assumption that you would want to update to the stable version
// of that release instead of the unstable version for a future release
"matchCurrentVersion": "/^.*-alpha$/",
"allowedVersions": "/^.*-alpha$/"
// (TODO remove once the artifacts above release stable versions)
"ignoreUnstable": false
},
{
"matchPackagePrefixes": ["ch.qos.logback:"],
Expand Down

0 comments on commit b68105d

Please sign in to comment.