Merge pull request 'Update-renovate-settings' (#8) from Update-renovate-settings into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #8
This commit is contained in:
Sebastian Leheis 2025-03-31 18:04:28 +02:00
commit d7135a8183
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -7,4 +7,7 @@
"automergeType": "branch"
}
]
"schedule": [
"* * * * 0,6"
]
}