Make renovate track docker-compose files and pin synapse / element-web for playwright tests

This commit is contained in:
Johannes Marbach
2026-07-03 08:45:53 +02:00
parent 9199dcb583
commit 1811b36205
7 changed files with 26 additions and 16 deletions

View File

@@ -212,7 +212,7 @@ See also:
### Backend
A docker compose file `dev-backend-docker-compose.yml` is provided to start the
A docker compose file `docker-compose-dev.yml` is provided to start the
whole stack of components which is required for a local development environment
including federation:
@@ -239,7 +239,7 @@ the backend components:
```sh
pnpm backend
# or for podman-compose:
# podman-compose -f dev-backend-docker-compose.yml up
# podman-compose -f docker-compose-dev.yml up
```
> [!NOTE]