chore/renovate
master
gitlabci
regexManagers
FROM
debian:buster
SABNZBD_VERSION
TINI_VERSION
PAR2CMDLINE_VERSION
FROM debian:buster
Renovate's native dockerfile manager was not detecting the base image (quoted) nor the version pins in ENV/SHELL exports.
- 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
No dependencies set.
The note is not visible to the blocked user.
What
gitlabcimanager (legacy CI, fully migrated to Gitea Actions)regexManagersfor:FROMimages (debian:busterwas previously undetected due to quotes)SABNZBD_VERSIONenv pin (GitHub releases)TINI_VERSIONenv pin (GitHub releases)PAR2CMDLINE_VERSIONenv pin (GitHub tags)FROM debian:busterWhy
Renovate's native dockerfile manager was not detecting the base image (quoted) nor the version pins in ENV/SHELL exports.