chore: improve renovate dependency detection

This commit is contained in:
2026-06-09 13:00:18 +00:00
parent b965572f37
commit 3dc8131a21
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "alpine:latest"
FROM alpine:latest
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
RUN apk add --no-cache unrar && \
+4
View File
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": [".gitlab-ci.yml"]
}