mirror of https://git.tuxpa.in/a/code-server.git
Merge pull request #3749 from cdr/fix-dependabot-node
fix(dependabot): ignore major updates for node
This commit is contained in:
commit
343cec5159
|
@ -19,7 +19,7 @@ updates:
|
||||||
time: "11:00"
|
time: "11:00"
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "@types/node"
|
- dependency-name: "@types/node"
|
||||||
versions: ["15.x", "14.x", "13.x"]
|
update-types: ["version-update:semver-major"]
|
||||||
- dependency-name: "xdg-basedir"
|
- dependency-name: "xdg-basedir"
|
||||||
# 5.0.0 has breaking changes as they switch to named exports
|
# 5.0.0 has breaking changes as they switch to named exports
|
||||||
# and convert the module to ESM
|
# and convert the module to ESM
|
||||||
|
|
Loading…
Reference in New Issue