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
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
Adds a
renovate.jsonwith a custom regex manager to trackn2-soulnpm 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.jsonfiles. Then2-soul@9.0.9version pin in the DockerfileRUN npm install -gcommand is invisible to Renovate without a custom regex manager.Dashboard Before
node:24-trixieandkubectlcorrectlyn2-soul@9.0.9npm package in Dockerfile RUN