We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0fc1a commit 9f80e76Copy full SHA for 9f80e76
.github/dependabot.yml
@@ -65,6 +65,9 @@ updates:
65
- dependency-name: "@opentelemetry/core"
66
# 2.0.0 onwards only supports Node.js 18.19.0 and above
67
update-types: ["version-update:semver-major"]
68
+ - dependency-name: "@opentelemetry/resources"
69
+ # 2.0.0 onwards only supports Node.js 18.19.0 and above
70
+ update-types: ["version-update:semver-major"]
71
- dependency-name: "tap"
72
# Contain breaking changes that are incompatible with our test usage
73
0 commit comments