@paklo/runner
v0.7.0
Published
Mirrors the official dependabot-action runtime while adding the hooks we need to execute Dependabot jobs locally (via the CLI, Azure DevOps extension, or hosted service). It wires primitives into Docker orchestration, updater lifecycle management, and the
Maintainers
Readme
Paklo Runner
Mirrors the official dependabot-action runtime while adding the hooks we need to execute Dependabot jobs locally (via the CLI, Azure DevOps extension, or hosted service). It wires primitives into Docker orchestration, updater lifecycle management, and the lightweight local Azure runner/server.
Usage Expectations
- Treated as an internal package; the public consumption surface is the CLI. Breaking changes can land without notice.
- For behavior details, refer to the
dependabot-actiondocumentation—the runner intentionally stays aligned with it. This README only highlights the local execution differences. - Requires Node.js 22+ and access to a Docker daemon when running the full workflow.
Development
pnpm dev— watch mode for rapid iterationpnpm test— run Vitest (includes local runner/server tests)pnpm lint— Biome checkspnpm build— produce compiled artifacts
