chore: improve renovate dependency detection #3
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
Adds a
renovate.jsonwith two custom regex managers:FROM jcabillot/opencode:latest— the native dockerfile manager detected the Dockerfile but extracted 0 deps, missing the base image.@openchamber/web@1.12.3— hardcoded viaARG OPENCHAMBER_WEB_VERSION=1.12.3in the Dockerfile, invisible to native npm manager.Why
Renovate's dashboard shows dockerfile (1) with zero dependencies detected despite the Dockerfile containing:
FROM jcabillot/opencode:latestbase imageARG OPENCHAMBER_WEB_VERSION=1.12.3that pins@openchamber/webversionThese regex managers ensure Renovate can properly track and update these dependencies.
Dashboard Before
jcabillot/opencodebase image,@openchamber/webnpm version