Skip to content

Commit 9f80e76

Browse files
authored
ci: do not try to update @opentelemetry/resources (#6850)
It is not supporting Node.js versions we are supporting.
1 parent 7c0fc1a commit 9f80e76

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
@@ -65,6 +65,9 @@ updates:
6565
- dependency-name: "@opentelemetry/core"
6666
# 2.0.0 onwards only supports Node.js 18.19.0 and above
6767
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"]
6871
- dependency-name: "tap"
6972
# Contain breaking changes that are incompatible with our test usage
7073
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)