Skip to content

Commit

Permalink
don't allow renovate to do a major upgrade in the 1.x branch (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Sep 10, 2024
1 parent f3ab3de commit c963213
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 @@ -18,6 +18,15 @@
// stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply
"ignoreUnstable": false
},
{
// Don't bump to 2.x in the 1.x line
"matchUpdateTypes": ["major"],
"matchPackagePatterns": [
"^io.opentelemetry.instrumentation"
],
"matchBaseBranches": ["v1.7.x"],
"enabled": false
},
{
// 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 c963213

Please sign in to comment.