File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
"config:base"
5
5
] ,
6
- "baseBranches" : [ "main" , "v1.7.x" ] ,
6
+ "baseBranches" : [ "main" ] ,
7
7
"packageRules" : [
8
+ {
9
+ // Don't bump upstream otel versions
10
+ "matchPackagePatterns" : [
11
+ "^io.opentelemetry" ,
12
+ "^io.opentelemetry.instrumentation"
13
+ ] ,
14
+ "enabled" : false
15
+ } ,
8
16
{
9
17
"matchPackageNames" : [
10
18
"io.opentelemetry:opentelemetry-api-incubator" ,
18
26
// stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply
19
27
"ignoreUnstable" : false
20
28
} ,
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
- } ,
30
29
{
31
30
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
32
31
// yet due to android gradle plugin only supporting min 33.
You can’t perform that action at this time.
0 commit comments