CI: setup Dependabot to update playwright and test latest browser versions

This commit is contained in:
larabr 2024-09-11 19:34:48 +02:00
parent 6ac17dc71c
commit e454faab0c

9
.github/.dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "playwright"
versioning-strategy: increase