Skip to content

Commit 343cec5

Browse files
authored
Merge pull request #3749 from cdr/fix-dependabot-node
fix(dependabot): ignore major updates for node
2 parents 15d256b + 632f980 commit 343cec5

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)