We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d256b commit 632f980Copy full SHA for 632f980
.github/dependabot.yml
@@ -19,7 +19,7 @@ updates:
19
time: "11:00"
20
ignore:
21
- dependency-name: "@types/node"
22
- versions: ["15.x", "14.x", "13.x"]
+ update-types: ["version-update:semver-major"]
23
- dependency-name: "xdg-basedir"
24
# 5.0.0 has breaking changes as they switch to named exports
25
# and convert the module to ESM
0 commit comments