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 516e596 commit a141665Copy full SHA for a141665
.github/dependabot.yml
@@ -64,6 +64,9 @@ updates:
64
- dependency-name: "glob"
65
# 11.0.0 onwards only supports Node.js 20 and above
66
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"]
70
groups:
71
dev-minor-and-patch-dependencies:
72
dependency-type: "development"
0 commit comments