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