Skip to content

Commit 8974678

Browse files
dyladanvmarchaud
andauthored
chore: do not pin the api package (#1981)
Co-authored-by: Valentin Marchaud <[email protected]>
1 parent 6540b54 commit 8974678

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"groupName": "all non-major dependencies",
88
"updateTypes": ["patch", "minor"],
99
"groupSlug": "all-minor-patch"
10+
},
11+
{
12+
"packageRules": [
13+
{
14+
"matchPackageNames": ["@opentelemetry/api"],
15+
"rangeStrategy": "bump"
16+
}
17+
]
1018
}
1119
],
1220
"ignoreDeps": [

0 commit comments

Comments
 (0)