From a671be726bcd87fdd45ce02f1a067894628dfc55 Mon Sep 17 00:00:00 2001 From: John Hill Date: Fri, 12 Aug 2022 08:02:15 -0700 Subject: [PATCH] [CI] Update dependabot ignore list for dependencies which will always fail (#5652) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5545f0cd7..a6f59cb089 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,12 +7,13 @@ updates: interval: "daily" open-pull-requests-limit: 10 labels: + - "pr:e2e" - "type:maintenance" - "dependencies" - - "pr:e2e" - "pr:daveit" - - "pr:visual" - "pr:platform" + ignore: + - dependency-name: "@playwright/test" #we source the container instead of the dependency in CI - package-ecosystem: "github-actions" directory: "/"