Skip to content

Commit 632f980

Browse files
committed
fix(dependabot): ignore updates for node 16.x
1 parent 15d256b commit 632f980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
time: "11:00"
2020
ignore:
2121
- dependency-name: "@types/node"
22-
versions: ["15.x", "14.x", "13.x"]
22+
update-types: ["version-update:semver-major"]
2323
- dependency-name: "xdg-basedir"
2424
# 5.0.0 has breaking changes as they switch to named exports
2525
# and convert the module to ESM

0 commit comments

Comments
 (0)