add regexmanager for docker inside of nix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-02-04 16:40:01 +01:00
parent 400d322454
commit 6ca5a4eb40
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";