add regexmanager for docker inside of nix

This commit is contained in:
Vivian 2023-02-04 16:40:01 +01:00
parent 64b7074a7e
commit 8405168ec3
3 changed files with 80 additions and 75 deletions

View file

@ -26,8 +26,7 @@
backend = "podman";
containers = {
overseerr = {
# TODO: Add regex so that renovate catches this
image = "ghcr.io/sct/overseerr:1.32.5";
image = "ghcr.io/sct/overseerr:1.32.4";
environment = {
# LOG_LEVEL = "debug";
TZ = "Europe/Amsterdam";