Skip to content

Commit

Permalink
chore(deps): disable otel updates until Go 1.21 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Apr 30, 2024
1 parent 2f46e14 commit a5d7734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
],
"packageRules": [
{
"matchPackageNames": ["^github.com/google/go-github/v"],
"matchPackagePatterns": [
"^github.com/google/go-github/v",
"^go.opentelemetry.io/contrib/instrumentation/",
],
"enabled": false
}
],
Expand Down

0 comments on commit a5d7734

Please sign in to comment.