cli
cli copied to clipboard
A tool for testing and debugging Dependabot update jobs.
Sorry to open another issue but now after being able to integrate with github enterprise and a private npm registry, i have the following problem and this time i cant...
### Problem Some of the companies restrict usage of docker desktop for macOS and Windows because it is not free ([reference](https://docs.docker.com/desktop/install/mac-install/#install-interactively)). In such cases companies use alternatives such as [podman](https://podman.io/),...
There used to be a way in order to check syntax of a dependabot config file. Would it be possible to add that functionality apart of this tool? If so,...
We should provide a convenient way to install the `dependabot` on Linux platforms.
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.18` | `1.7.20` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib)...
Bumps the docker group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `26.1.4+incompatible` | `27.1.1+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker)...
This adds the `dependabot ls` command which outputs the parsed dependencies, and then stops the containers: ```console $ dependabot ls go_modules dependabot/cli 2> /dev/null [ { "name": "github.com/MakeNowJust/heredoc", "requirements": [...
Bumps the all group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `26.1.4+incompatible` |...
I'm trying to convert [tinglesoftware/dependabot-azure-devops](https://github.com/tinglesoftware/dependabot-azure-devops/pull/1318#issuecomment-2348706955) over to CLI, which currently uses the `dry-run.rb` and `updater` scripts to perform updates. Everything works well so far using the CLI, except for security-only...
Trying to use the cli to debug an issue with hanging (which could be related to this issue I guess). Config: ``` job: package-manager: npm_and_yarn allowed-updates: - update-type: all source:...