diff --git a/Dockerfile b/Dockerfile index 8cbda90..afd970b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BUILDPLATFORM=linux/amd64 -FROM --platform=$BUILDPLATFORM n8nio/n8n:1.85.4 +FROM --platform=$BUILDPLATFORM n8nio/n8n:1.86.0 USER root RUN apk --update add qpdf USER node diff --git a/renovate.json b/renovate.json index 2faf817..4d6c48e 100644 --- a/renovate.json +++ b/renovate.json @@ -7,4 +7,7 @@ "automergeType": "branch" } ] + "schedule": [ + "* * * * 0,6" + ] } \ No newline at end of file