depatrol
v0.1.3
Published
Read-only control plane for Dependabot across GitHub repositories
Maintainers
Readme
depatrol
Read-only control plane for Dependabot across GitHub repositories. Renovate support is planned for M1.
npx depatrol scan --org your-orgdepatrol needs a read-only GITHUB_TOKEN (or GH_TOKEN) at run time.
Full documentation: https://github.com/necofuryai/depatrol
How this package works
The CLI is a single Go binary. This package declares one
optionalDependency per platform (@depatrol/cli-<os>-<arch>) and
resolves the right one at run time — there are no install scripts, so
npm install --ignore-scripts, pnpm's script blocking, and bun's
default-secure mode all work.
Troubleshooting
npm cifails withCannot find module @depatrol/cli-...— lockfiles generated by older npm versions can silently drop optional dependencies for other platforms (npm/cli#4828). Deletepackage-lock.jsonandnode_modules, then runnpm installagain.DEPATROL_BINARY=/path/to/depatroloverrides binary resolution, e.g. for a locally built binary or an unsupported platform.
