mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
Merge pull request #3244 from cdr/jsjoeio/fix-node-types-dependabot
chore: ignore 15.x @types/node updates
This commit is contained in:
commit
01e001dc8c
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -17,7 +17,7 @@ updates:
|
||||||
time: "11:00"
|
time: "11:00"
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "@types/node"
|
- dependency-name: "@types/node"
|
||||||
versions: ["14.x", "13.x"]
|
versions: ["15.x", "14.x", "13.x"]
|
||||||
- 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 a new issue