Skip to content

Commit 1c29c67

Browse files
rowanmanningalexmuller
authored andcommitted
chore: bump all OpenTelemetry packages at once
We see a lot of PRs for OpenTelemetry packages because many of them are technically breaking changes - e.g. bumping from 0.4.0 to 0.5.0. It's annoying and I have to do lots of extra work to keep these packages up to date. This should mean we only get one.
1 parent d5010c8 commit 1c29c67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ updates:
1616
update-types:
1717
- "minor"
1818
- "patch"
19+
opentelemetry:
20+
patterns:
21+
- "@opentelemetry/*"
1922

2023
- package-ecosystem: "npm"
2124
directory: "/resources/logos"
@@ -120,6 +123,3 @@ updates:
120123
opentelemetry:
121124
patterns:
122125
- "@opentelemetry/*"
123-
update-types:
124-
- "minor"
125-
- "patch"

0 commit comments

Comments
 (0)