chore: improve renovate dependency detection #5

Merged
jcabillot merged 1 commits from chore/renovate into main 2026-06-09 08:39:04 -04:00
Owner

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.

## 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.
cloudix_mcp_server added 1 commit 2026-06-08 22:14:11 -04:00
chore: improve renovate dependency detection
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 25s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / build (pull_request) Successful in 25s
Docker Build and Push / push (push) Successful in 1m9s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped
75e41477ba
jcabillot merged commit a66dc2659d into main 2026-06-09 08:39:04 -04:00
jcabillot deleted branch chore/renovate 2026-06-09 08:39:05 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/docker-duplicacy#5