From 520bda0723f7b1c114548b1e26206cf6fd462b46 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 8 Nov 2023 18:02:26 +0100 Subject: [PATCH] [Renovate] Enable initial config --- Dockerfile.linux.amd64 | 2 +- README.md | 4 ++-- renovate.json | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 renovate.json diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index e2402e8..ab770b1 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -1,5 +1,5 @@ # use latest roundcubemail container -FROM roundcube/roundcubemail:latest +FROM docker.io/roundcube/roundcubemail:1.6.4-apache # prepare basic stuff RUN set -e && ln -sf bash /bin/sh diff --git a/README.md b/README.md index c03613e..53a2a15 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple container with Roundcube and plugins pre-installed. | package | version | link | |---|---|---| -| roundcube | 1.6.1 | [github](https://github.com/roundcube/roundcubemail) -| johndoh/contextmenu | 3.3.1 | [github](https://github.com/johndoh/roundcube-contextmenu) +| roundcube | latest | [github](https://github.com/roundcube/roundcubemail) +| johndoh/contextmenu | latest | [github](https://github.com/johndoh/roundcube-contextmenu) The Dockerfile can be found here: [gitea](https://git.simoncor.net/siempie/roundcube) diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..02ae055 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true +}