Skip to content

Commit

Permalink
Update renovate (#1100)
Browse files Browse the repository at this point in the history
* remove v1.7.x base branch (main is the place again)

* pin upstream otel version
  • Loading branch information
breedx-splk authored Jan 8, 2025
1 parent db25506 commit 8ea06fb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
"extends": [
"config:base"
],
"baseBranches": ["main", "v1.7.x"],
"baseBranches": ["main"],
"packageRules": [
{
// Don't bump upstream otel versions
"matchPackagePatterns": [
"^io.opentelemetry",
"^io.opentelemetry.instrumentation"
],
"enabled": false
},
{
"matchPackageNames": [
"io.opentelemetry:opentelemetry-api-incubator",
Expand All @@ -18,15 +26,6 @@
// 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 8ea06fb

Please sign in to comment.