From d5f3894901374a7489004967bfc197bcb892e523 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 26 Apr 2021 13:26:12 -0400 Subject: [PATCH] Set husky explicilty to version 4.x. (#13514) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a93e026af..3f0e5f45b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,11 @@ updates: schedule: interval: "weekly" labels: [] + ignore: + - dependency_name: "husky" + # Leaving this at the last v4 because the way Husky works has changed dramatically + # We can revisit this at a later time if we really need what future upgrades offer. + version_requirement: "4.x" # Set update schedule for GitHub Actions # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot