Riccardo Magliocchetti

Results 414 comments of Riccardo Magliocchetti

> Is there also a way to group by [dependency-type](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups)? Or are all .txt files treated the same by dependabot? According to this comment `dependency-type` can't be used https://stackoverflow.com/a/76133576

Thanks for reporting. Wrote a quick test for reproducing this ~but it still passes, anyway looking at the code I see how it can fail~: ``` diff --git a/tests/contrib/opentelemetry/tests.py b/tests/contrib/opentelemetry/tests.py...

@Arvinje Does setting `OTEL_SDK_DISABLED=true` env var help?

Thanks, care to add a test too please?