From 2a689b896f3eb1d73bedf96b51132192c5d7948e Mon Sep 17 00:00:00 2001 From: John Hill Date: Wed, 14 Sep 2022 14:29:03 -0700 Subject: [PATCH] [Build] Add @babel/eslint-parser to ignore list (#5759) Co-authored-by: Jesse Mazzella --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6f59cb089..3b9539c647 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,11 @@ updates: - "pr:daveit" - "pr:platform" ignore: - - dependency-name: "@playwright/test" #we source the container instead of the dependency in CI + #We have to source the container which is not detected by Dependabot + - dependency-name: "@playwright/test" + #Lots of noise in these type patch releases. + - dependency-name: "@babel/eslint-parser" + update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/"