Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packageRules": [
{
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
"matchPackagePrefixes": ["io.opentelemetry:opentelemetry-api"],
"matchPackageNames": ["io.opentelemetry:opentelemetry-api"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wasn't a problem, the real problem was the renovate.json in the root dir

"matchCurrentVersion": "1.33.0",
"enabled": false
}
Expand Down
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

Loading