Skip to content

Commit

Permalink
chore: pin version of Playwright, set up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jan 3, 2025
1 parent 45de268 commit 0dd0385
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ updates:
include: "scope"
labels:
- "dependencies"
- package-ecosystem: "docker"
directory: "/tests/playwright" # Playwright Docker image
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/tests/playwright" # Playwright pytest plugin
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
1 change: 1 addition & 0 deletions tests/playwright/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
playwright==1.48.0 # needs to match version on Docker image
pytest
pytest-playwright
pytest-reporter-html1

0 comments on commit 0dd0385

Please sign in to comment.