updated renovate config and added annotations for renovate

This commit is contained in:
Jenny Danzmayr 2023-11-12 04:59:32 +01:00
parent f6249d0b3b
commit acf940ca7c
3 changed files with 23 additions and 5 deletions

View file

@ -5,8 +5,11 @@ ENV DEBIAN_FRONTEND noninteractive
RUN --mount=type=cache,target=/var/cache/apt --mount=type=tmpfs,target=/var/lib/apt/lists \
apt-get update && apt-get install -y --no-install-recommends \
python3.11=3.11.2-6ubuntu0.1 \
# renovate: srcname=python3.11
libpython3.11=3.11.2-6ubuntu0.1 \
# renovate: srcname=python3.11
python3.11-venv=3.11.2-6ubuntu0.1 \
# renovate: srcname=python-pip
python3-pip=23.0.1+dfsg-1 \
curl=7.88.1-8ubuntu2 \
libpcre3=2:8.39-15 \
@ -18,6 +21,7 @@ FROM base as builder
RUN --mount=type=cache,target=/var/cache/apt --mount=type=tmpfs,target=/var/lib/apt/lists \
apt-get update && apt-get install -y --no-install-recommends \
build-essential=12.9ubuntu3 \
# renovate: srcname=python3.11
python3.11-dev=3.11.2-6ubuntu0.1 \
libpcre3-dev=2:8.39-15