diff --git a/Dockerfile b/Dockerfile index dbdbbd8..c37d41b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM "alpine:latest" +FROM alpine:latest LABEL maintainer="Julien Cabillot " RUN apk add --no-cache unrar && \ diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..1ea44f3 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "ignorePaths": [".gitlab-ci.yml"] +}