Skip to content

Commit a141665

Browse files
authored
ci: do not update @opentelemetry/core major version (#6493)
`dd-trace` v5 supports Node.js 18.0.0, which core does not. This must therefore be limited.
1 parent 516e596 commit a141665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ updates:
6464
- dependency-name: "glob"
6565
# 11.0.0 onwards only supports Node.js 20 and above
6666
update-types: ["version-update:semver-major"]
67+
- dependency-name: "@opentelemetry/core"
68+
# 2.0.0 onwards only supports Node.js 18.19.0 and above
69+
update-types: ["version-update:semver-major"]
6770
groups:
6871
dev-minor-and-patch-dependencies:
6972
dependency-type: "development"

0 commit comments

Comments
 (0)