From 7b8a5a818979b823fe559647cefd7b7adfc3454e Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Mon, 2 Sep 2024 22:44:18 -0500 Subject: [PATCH] Ignore react-hook-form > 7.52.1 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b9740d15..369a9c1b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,6 +42,9 @@ updates: - dependency-name: "eslint-plugin-storybook" versions: - ">= 0.7" # 0.7 requires node 18 and we don't support that yet + - dependency-name: "react-hook-form" + versions: + - "> 7.52.1" # anything later than 7.52.1 require node 18 schedule: interval: "weekly" groups: