chore: improve renovate dependency detection
- Add renovate.json with custom regexManagers for: - Quoted FROM images (debian:buster) - SABNZBD_VERSION, TINI_VERSION, PAR2CMDLINE_VERSION env pins - Disable gitlabci manager (legacy CI, migrated to Gitea Actions) - Remove unnecessary quotes from FROM image reference
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM "debian:buster"
|
||||
FROM debian:buster
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
RUN groupadd -r -g 666 sabnzbd && \
|
||||
|
||||
Reference in New Issue
Block a user