chore: improve renovate dependency detection #5

Merged
jcabillot merged 1 commits from chore/renovate into main 2026-06-08 22:15:44 -04:00
Owner

What

Adds a renovate.json with a custom regex manager to track n2-soul npm package versions that are hardcoded in the Dockerfile RUN command (npm install -g ... n2-soul@9.0.9).

Why

Renovate's native npm manager only looks at package.json files. The n2-soul@9.0.9 version pin in the Dockerfile RUN npm install -g command is invisible to Renovate without a custom regex manager.

Dashboard Before

  • dockerfile: detected node:24-trixie and kubectl correctly
  • github-actions: detected 5 actions (all with mutable tags)
  • MISSING: n2-soul@9.0.9 npm package in Dockerfile RUN
## What Adds a `renovate.json` with a custom regex manager to track `n2-soul` npm package versions that are hardcoded in the Dockerfile RUN command (`npm install -g ... n2-soul@9.0.9`). ## Why Renovate's native npm manager only looks at `package.json` files. The `n2-soul@9.0.9` version pin in the Dockerfile `RUN npm install -g` command is invisible to Renovate without a custom regex manager. ## Dashboard Before - dockerfile: detected `node:24-trixie` and `kubectl` correctly - github-actions: detected 5 actions (all with mutable tags) - **MISSING**: `n2-soul@9.0.9` npm package in Dockerfile RUN
cloudix_mcp_server added 1 commit 2026-06-08 21:42:34 -04:00
chore: add renovate regex manager for n2-soul in Dockerfile RUN
Docker Build and Push / build (pull_request) Successful in 3m38s
3923c95b30
jcabillot merged commit 9443098774 into main 2026-06-08 22:15:44 -04:00
jcabillot deleted branch chore/renovate 2026-06-08 22:15:51 -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/opencode#5