Skip to content

Commit 420eade

Browse files
committed
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.
1 parent 825a40e commit 420eade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
# release tag, so handle updates manually
1111
- dependency-name: "actions/*"
1212
- dependency-name: "github/codeql-action/*"
13+
- dependency-name: "microsoft/playwright-github-action"
1314

1415
- package-ecosystem: "npm"
1516
directory: "/"

0 commit comments

Comments
 (0)