Skip to content

Commit 83f266e

Browse files
authored
Merge pull request #3367 from jawnsy/dependabot-ignore-playwright-updates
chore: ignore updates to microsoft/playwright-github-action
2 parents 825a40e + 416362b commit 83f266e

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)