From 38bb1ae5f724a9bae681a95d958b1ab249e2a74e Mon Sep 17 00:00:00 2001 From: Kostiantyn Isaiev <117846872+kisaiev@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:12:27 -0500 Subject: [PATCH] chore: ignore eslint-plugin-n major change (#125) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd4919c..f9eee40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,9 @@ updates: # Ignore Hapi major updates - dependency-name: "@hapi/hapi" update-types: ["version-update:semver-major"] + # Ignore Node plugin for ESLint + - dependency-name: "eslint-plugin-n" + update-types: ["version-update:semver-major"] # Ignore Semantic Release major updates - dependency-name: "semantic-release" update-types: ["version-update:semver-major"]