Skip to content

Commit a5d7734

Browse files
authored
chore(deps): disable otel updates until Go 1.21 (#2554)
1 parent 2f46e14 commit a5d7734

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
],
1717
"packageRules": [
1818
{
19-
"matchPackageNames": ["^github.com/google/go-github/v"],
19+
"matchPackagePatterns": [
20+
"^github.com/google/go-github/v",
21+
"^go.opentelemetry.io/contrib/instrumentation/",
22+
],
2023
"enabled": false
2124
}
2225
],

0 commit comments

Comments
 (0)