We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3028aa7 + b6b5679 commit 5dd5c69Copy full SHA for 5dd5c69
.github/dependabot.yml
@@ -18,3 +18,9 @@ updates:
18
ignore:
19
- dependency-name: "@types/node"
20
versions: ["14.x", "13.x"]
21
+ - dependency-name: "xdg-basedir"
22
+ # 5.0.0 has breaking changes as they switch to named exports
23
+ # and convert the module to ESM
24
+ # We can't use it until we switch to ESM across the project
25
+ # See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0
26
+ versions: ["5.x"]
0 commit comments