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:
parent
bf83fdee49
commit
0484a4e252
1 changed files with 6 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -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-%:
|
||||
|
|
Loading…
Reference in a new issue