Add renovate.json

This commit is contained in:
Renovate
2024-02-23 16:59:36 +00:00
committed by Joakim Olsson
parent 3d75d44c91
commit 442905d18e
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y curl wget cabextract xfonts-utils libfontenc1 xfonts-encodings fonts-droid-fallback \
&& rm -r /var/lib/apt/lists/*
RUN curl -SL http://ftp.se.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb \
RUN curl -SL http://ftp.se.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.8.1_all.deb \
-o /tmp/msttfont.deb \
&& dpkg --install /tmp/msttfont.deb \
&& rm /tmp/msttfont.deb
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}