chore: improve renovate dependency detection #5
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 custom regex manager to track duplicacy version fromARG VERSIONin DockerfileWhy
Renovate detected
FROM alpine:3.23but completely missed the duplicacy binary version pinned viaARG VERSION=3.1.0and downloaded from GitHub releases.The regex manager extracts the version from
ARG VERSION=X.Y.Zand maps it to thegilbertchen/duplicacyGitHub release, enabling Renovate to propose updates when new duplicacy versions are released.