From 9a5aaa0c4ebf14401da21060223a3b5a0d6bb3a9 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Fri, 4 Oct 2024 16:40:26 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f66e72c1..778a0e6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,3 +48,7 @@ updates: update-types: - "minor" - "patch" + ignore: + # We target Node.js 20 + - dependency-name: "@types/node" + versions: [">= 21.0.0"]