From b6b56797a3fe2e61a211b0e0cfe65af492663544 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 5 Apr 2021 17:02:41 -0700 Subject: [PATCH] chore(deps): limit xdg-basedir updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3201e873..455ed883 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"]