From 632f980baecfbdbd7f53d63d894fa903814ae659 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 8 Jul 2021 13:59:38 -0700 Subject: [PATCH] fix(dependabot): ignore updates for node 16.x --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 816f8afe..7ac66c9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,7 @@ updates: time: "11:00" ignore: - dependency-name: "@types/node" - versions: ["15.x", "14.x", "13.x"] + update-types: ["version-update:semver-major"] - dependency-name: "xdg-basedir" # 5.0.0 has breaking changes as they switch to named exports # and convert the module to ESM