From 4cb2a3c6eccbe917a1cc9f21a1ee0f2b8fe67de5 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 8 Nov 2024 12:17:47 -0800 Subject: [PATCH] [dependabot.yml] Ignore @types/node and minimatch@10 (#31486) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b69ced2a3074..9ad1a3ecce70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,12 @@ updates: - "/eng/tools/**" schedule: interval: "daily" + ignore: + # Updated manually to align with minimum supported Node version + - dependency-name: "@types/node" + # minimatch@9 is the last version to support Node 18 + - dependency-name: "minimatch" + versions: [ ">= 10.0.0"] groups: typespec: patterns: