From be5472ebdbb5e2fb4cf7b1ceaff0b8d388a287cd Mon Sep 17 00:00:00 2001 From: John Hill Date: Mon, 19 Sep 2022 10:41:43 -0700 Subject: [PATCH] Ignore patch of eslint-plugin-vue (#5786) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b9539c647..70d43361db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,8 @@ updates: #Lots of noise in these type patch releases. - dependency-name: "@babel/eslint-parser" update-types: ["version-update:semver-patch"] + - dependency-name: "eslint-plugin-vue" + update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/"