Skip to content

Commit

Permalink
group java core updates
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Sep 10, 2024
1 parent c354146 commit ac19348
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 ac19348

Please sign in to comment.