chore: add renovate makefile command for testing renovate changes (#10630)

This commit is contained in:
Zack Pollard 2024-06-25 19:18:02 +03:00 committed by GitHub
parent bf83fdee49
commit 0484a4e252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,9 @@ sql:
attach-server:
docker exec -it docker_immich-server_1 sh
renovate:
LOG_LEVEL=debug npx renovate --platform=local --repository-cache=reset
MODULES = e2e server web cli sdk
audit-%: