Skip to content

Commit 416362b

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 416362b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: "/"

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ VS Code v1.56
7070

7171
### Development
7272

73-
- item
73+
- chore: ignore updates to microsoft/playwright-github-action
7474

7575
## 3.10.0
7676

0 commit comments

Comments
 (0)