chore: improve renovate dependency detection #6
Reference in New Issue
Block a user
Delete Branch "chore/renovate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
renovate.jsonwith:awsclipip version fromARG CLI_VERSIONin DockerfileWhy
Renovate detected
FROM python:3.9-alpinebut completely missed theawscli==${CLI_VERSION}pip package pinned via ARG (currently1.16.148— ancient, 4+ years behind the latest1.45.25).The regex manager extracts the version from
ARG CLI_VERSION=X.Y.Zand maps it to theawscliPyPI package, enabling Renovate to propose updates.