Compare commits

...

3 commits

Author SHA1 Message Date
d7135a8183 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
2025-03-31 18:04:28 +02:00
f6876b90b1 Update image to n8nio/n8n:1.86.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-03-31 17:42:03 +02:00
2c7f9fe44a schedule checks to weekend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-03-31 17:41:13 +02:00
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"
]
}