1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

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-%: