Skip to content

Commit 2f99730

Browse files
Merge branch 'main' into jsjoeio/audit-ci
2 parents 3e054a8 + 5dd5c69 commit 2f99730

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)