From f8a8dd2a594cb1fc60b6ca486383caf2b6ec103b Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 29 Sep 2025 16:12:15 +0000 Subject: [PATCH] chore(deps): update dependency postfixadmin/postfixadmin to v4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56053f5..73a2296 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # POSTFIXADMIN_VERSION # Only required to install a specify version -POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?\d+\.\d+\.\d+)$' +POSTFIXADMIN_VERSION?=4.0.1 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?\d+\.\d+\.\d+)$' # PODMAN_BIN's and tools PODMAN_BIN?=$(shell which podman)