File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ updates:
21
21
interval : daily
22
22
commit-message :
23
23
prefix : ⬆
24
+ groups :
25
+ playwright :
26
+ patterns :
27
+ - " @playwright/*"
28
+ - " playwright"
24
29
# Docker
25
30
- package-ecosystem : docker
26
31
directories :
@@ -30,6 +35,10 @@ updates:
30
35
interval : weekly
31
36
commit-message :
32
37
prefix : ⬆
38
+ groups :
39
+ playwright :
40
+ patterns :
41
+ - " mcr.microsoft.com/playwright*"
33
42
# Docker Compose
34
43
- package-ecosystem : docker-compose
35
44
directory : /
Original file line number Diff line number Diff line change 1
- FROM node:20
1
+ FROM mcr.microsoft.com/playwright:v1.54.1-noble
2
2
3
3
WORKDIR /app
4
4
5
5
COPY package*.json /app/
6
6
7
7
RUN npm install
8
8
9
- RUN npx -y playwright install --with-deps
10
-
11
9
COPY ./ /app/
12
10
13
11
ARG VITE_API_URL=${VITE_API_URL}
You can’t perform that action at this time.
0 commit comments