Skip to content

Tags: dependabot/cli

Tags

v1.87.0

Toggle v1.87.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Capture update_job warnings (#622)

v1.86.0

Toggle v1.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add sbt to package manager mapping (#621)

v1.85.0

Toggle v1.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for the nix package manager (#606)

v1.84.0

Toggle v1.84.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace curl + gh api with single gh api raw call in smoke workflow (#…

…594)

Use gh api with Accept: application/vnd.github.raw header to download
smoke test files directly, saving an HTTP round-trip over the previous
curl wrapping gh api approach.

v1.83.1

Toggle v1.83.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore record_ecosystem_meta calls in smoke tests (#587)

* Ignore record_ecosystem_meta calls in smoke tests

Similar to increment_metric, record_ecosystem_meta calls are
informational and should not be recorded in test output or checked
against expectations. This prevents smoke test failures when the
enable_record_ecosystem_meta feature flag is enabled, which causes
additional API calls whose content changes with package manager updates.

* Retrigger CI

v1.83.0

Toggle v1.83.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add record_ecosystem_meta to smoke test comparison handler (#586)

* Initial plan

* Add record_ecosystem_meta comparison support to smoke test handler

The enable_record_ecosystem_meta feature flag is being removed from
dependabot-core, making record_ecosystem_meta unconditionally active.
The CLI's compare function was missing a case for this type, causing
smoke tests to fail with "unexpected type" errors.

Co-authored-by: pavera <660677+pavera@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pavera <660677+pavera@users.noreply.github.com>

v1.82.0

Toggle v1.82.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Renaming the dependabot proxy (#538)

v1.81.0

Toggle v1.81.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding Metadata to DependencySubmissionRequest model (#551)

v1.80.0

Toggle v1.80.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add --updater-env flag to graph command (#550)

* Initial plan

* Add --updater-env flag to graph and fix test command

- Add --updater-env flag registration to graph command
- Pass UpdaterEnvironmentVariables to infra.Run() in graph command
- Fix test command to pass UpdaterEnvironmentVariables to infra.Run()
- Both commands now properly forward environment variables to the updater container

Co-authored-by: jurre <749864+jurre@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jurre <749864+jurre@users.noreply.github.com>

v1.79.0

Toggle v1.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `opentofu` support to `infra/run.go` (#540)