chore: improve renovate dependency detection #2

Merged
jcabillot merged 2 commits from chore/renovate into master 2026-06-09 13:58:24 -04:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3dc8131a21 - Show all commits
+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"]
}