Skip to content

Commit ff6be9e

Browse files
authored
chore(renovate): ignore go.opentelemetry.io/otel/sdk/log/logtest (#6501)
In order not to have PRs like these: - #6478 - #6477 Renovate docs: https://docs.renovatebot.com/configuration-options/#enabled
1 parent dbc3bce commit ff6be9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
{
2626
"matchPackageNames": ["golang.org/x/**"],
2727
"groupName": "golang.org/x"
28+
},
29+
{
30+
"matchPackageNames": ["go.opentelemetry.io/otel/sdk/log/logtest"],
31+
"enabled": false
2832
}
2933
]
3034
}

0 commit comments

Comments
 (0)