From 04c3a904653e968a0f971942d6e656f32eef47d4 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 5 Aug 2024 09:25:36 -0700 Subject: [PATCH] Ignore dependabot major version updates for @types/node Signed-off-by: Christophe Bedard --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd486357..056a6bd3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + # Since we're pinned to a specific version of Node.js, ignore major updates + - dependency-name: "@types/node" + update-types: ["version-update:semver-major"] - package-ecosystem: github-actions directory: "/" schedule: