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 99bbca3 commit d07ee7cCopy full SHA for d07ee7c
.github/dependabot.yml
@@ -28,6 +28,9 @@ updates:
28
- dependency-name: "eslint-plugin-mocha"
29
# ESM only from v11.0.0 onwards
30
update-types: ["version-update:semver-major"]
31
+ - dependency-name: "jest-docblock"
32
+ # 30.0.0 onwards only supports Node.js 18.14.x and above
33
+ update-types: ["version-update:semver-major"]
34
groups:
35
dev-minor-and-patch-dependencies:
36
dependency-type: "development"
0 commit comments