Skip to content

Commit

Permalink
chore: add renovate config for OTel core experimental (#1246)
Browse files Browse the repository at this point in the history
OTel core experimental packages require a manual update on each release because ^ ranges for 0.x
versions only include new patch versions.

Add a separate renovate config for these packages.
  • Loading branch information
Flarna authored Nov 2, 2022
1 parent c7f08fe commit 6667853
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
{
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
},
{
"groupName": "Otel Core experimental",
"matchPackageNames": ["@opentelemetry/sdk-node", "@opentelemetry/instrumentation", "@opentelemetry/instrumentation-grpc", "@opentelemetry/instrumentation-http", "@opentelemetry/instrumentation-fetch", "@opentelemetry/instrumentation-xml-http-request", "@opentelemetry/api-metrics", "@opentelemetry/sdk-metrics" ],
"allowedVersions": "<1.0.0",
"matchUpdateTypes": ["minor"],
"rangeStrategy": "bump"
}
],
"ignoreDeps": ["lerna", "lerna-changelog"],
Expand Down

0 comments on commit 6667853

Please sign in to comment.