Skip to content

Commit 5dd5c69

Browse files
authored
Merge pull request #3043 from cdr/jsjoeio/limit-xdgBasedir-updates
chore(deps): limit xdg-basedir updates
2 parents 3028aa7 + b6b5679 commit 5dd5c69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ updates:
1818
ignore:
1919
- dependency-name: "@types/node"
2020
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

Comments
 (0)