Skip to content

Commit

Permalink
group java core updates (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Sep 11, 2024
1 parent 6b4409d commit 4bb6a10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"ignoreUnstable": false,
"allowedVersions": "!/\\-SNAPSHOT$/"
},
{
// Group updates from otel java core repo, so that x.y.z and x.y.z-alpha
// are updated together.
"matchPackageNames": [
"io.opentelemetry:opentelemetry-*",
],
"extractVersion": "^(?<version>\\d+\\.\\d+\\.\\d+)(-alpha)?",
"groupName": "otel-core"
},
{
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
// yet due to android gradle plugin only supporting min 33.
Expand Down

0 comments on commit 4bb6a10

Please sign in to comment.