Add renovate.json with custom regex manager to track duplicacy version from ARG VERSION in Dockerfile
Why
Renovate detected FROM alpine:3.23 but completely missed the duplicacy binary version pinned via ARG VERSION=3.1.0 and downloaded from GitHub releases.
The regex manager extracts the version from ARG VERSION=X.Y.Z and maps it to the gilbertchen/duplicacy GitHub release, enabling Renovate to propose updates when new duplicacy versions are released.
## What
- Add `renovate.json` with custom regex manager to track duplicacy version from `ARG VERSION` in Dockerfile
## Why
Renovate detected `FROM alpine:3.23` but completely missed the duplicacy binary version pinned via `ARG VERSION=3.1.0` and downloaded from GitHub releases.
The regex manager extracts the version from `ARG VERSION=X.Y.Z` and maps it to the `gilbertchen/duplicacy` GitHub release, enabling Renovate to propose updates when new duplicacy versions are released.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.