Skip to content

Commit 28e9cc6

Browse files
authored
chore: Do not update opentelemetry (#18254)
This disables the creation of dependabot updates for opentelemetry. Based on the image below there was not a real benefit of having this, except noise. <img width="984" height="820" alt="Screenshot 2025-11-19 at 11 21 02" src="https://github.com/user-attachments/assets/6849c6e2-16d2-4cfd-874e-cd3241c70deb" />
1 parent f0d5d76 commit 28e9cc6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ updates:
1414
interval: 'weekly'
1515
allow:
1616
- dependency-name: '@sentry/*'
17-
- dependency-name: '@opentelemetry/*'
18-
- dependency-name: '@prisma/instrumentation'
1917
- dependency-name: '@playwright/test'
18+
- dependency-name: '@opentelemetry/*'
19+
ignore:
20+
- dependency-name: '@opentelemetry/instrumentation'
21+
- dependency-name: '@opentelemetry/instrumentation-*'
22+
groups:
23+
opentelemetry:
24+
patterns:
25+
- '@opentelemetry/*'
2026
versioning-strategy: increase
2127
commit-message:
2228
prefix: feat

0 commit comments

Comments
 (0)