mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Merge pull request #3043 from cdr/jsjoeio/limit-xdgBasedir-updates
chore(deps): limit xdg-basedir updates
This commit is contained in:
commit
5dd5c69b42
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -18,3 +18,9 @@ updates:
|
|||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions: ["14.x", "13.x"]
|
||||
- dependency-name: "xdg-basedir"
|
||||
# 5.0.0 has breaking changes as they switch to named exports
|
||||
# and convert the module to ESM
|
||||
# We can't use it until we switch to ESM across the project
|
||||
# See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0
|
||||
versions: ["5.x"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue