From 75e6ab11978030fcc8f5d469e2e124fff02fbe10 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 20 May 2021 11:57:53 -0700 Subject: [PATCH] fix(dependabot): limit limiter updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4d0c12f..816f8afe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,7 @@ updates: # 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"] + - dependency-name: "limiter" + # 2.0.0 has breaking changes + # so we can't update yet. + versions: ["2.x"]