[Renovate] Enable initial config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-11-08 18:02:26 +01:00
parent ff9a1cea8c
commit 520bda0723
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

4
renovate.json Normal file
View File

@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true
}