Skip to content

Commit 8ea06fb

Browse files
authored
Update renovate (#1100)
* remove v1.7.x base branch (main is the place again) * pin upstream otel version
1 parent db25506 commit 8ea06fb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/renovate.json5

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"extends": [
44
"config:base"
55
],
6-
"baseBranches": ["main", "v1.7.x"],
6+
"baseBranches": ["main"],
77
"packageRules": [
8+
{
9+
// Don't bump upstream otel versions
10+
"matchPackagePatterns": [
11+
"^io.opentelemetry",
12+
"^io.opentelemetry.instrumentation"
13+
],
14+
"enabled": false
15+
},
816
{
917
"matchPackageNames": [
1018
"io.opentelemetry:opentelemetry-api-incubator",
@@ -18,15 +26,6 @@
1826
// stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply
1927
"ignoreUnstable": false
2028
},
21-
{
22-
// Don't bump to 2.x in the 1.x line
23-
"matchUpdateTypes": ["major"],
24-
"matchPackagePatterns": [
25-
"^io.opentelemetry.instrumentation"
26-
],
27-
"matchBaseBranches": ["v1.7.x"],
28-
"enabled": false
29-
},
3029
{
3130
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
3231
// yet due to android gradle plugin only supporting min 33.

0 commit comments

Comments
 (0)