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

pull/10628/head
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
1 changed files with 6 additions and 3 deletions

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