chore: improve renovate dependency detection #5
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 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