Comparing v1.85.0...v1.86.0 · dependabot/cli (original) (raw)

Commits on Mar 27, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Add UpdateTypes field to Allowed struct (#605)

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
@kbukum1
Configuration menu
Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. Skip auto-generated ignore conditions for git SHA versions (#616)
    generateIgnoreConditions produces version-requirement: '>X' per
    create_pull_request output. When X is a 40-character git SHA
    (submodules, nix flake inputs pinned to a branch or rev), Ruby's
    Gem::Requirement rejects it as ill-formed and the smoke test fails.
    The previous workaround was an inline pm != "submodules" check that
    disabled generation for the entire ecosystem. That doesn't work for
    nix, which can mix SHA-pinned and tag-pinned (semver) flake inputs in
    the same lock file.
    Detect git SHAs at the individual condition level instead. Semver-style
    versions in any ecosystem still get a stability ignore condition; SHAs
    are skipped wherever they appear (see dependabot/smoke-tests#479).
    @JamieMagee
    Configuration menu
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Configuration menu
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. Configuration menu
    Browse the repository at this point in the history