From 416362be3141c78c7763bb3754a4ad3d6bcfe41e Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Wed, 12 May 2021 14:58:12 +0000 Subject: [PATCH] chore: ignore updates to microsoft/playwright-github-action Microsoft publishes updates to this action using the same scheme as GitHub, where the v1 tag is updated to the latest release of the 1.0 series. Therefore, we can manage updates manually. --- .github/dependabot.yml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ec51d01..d4d0c12f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: # release tag, so handle updates manually - dependency-name: "actions/*" - dependency-name: "github/codeql-action/*" + - dependency-name: "microsoft/playwright-github-action" - package-ecosystem: "npm" directory: "/" diff --git a/CHANGELOG.md b/CHANGELOG.md index 30443bc7..4bbe65d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ VS Code v1.56 ### Development -- item +- chore: ignore updates to microsoft/playwright-github-action ## 3.10.0