Files
deepagents/.github
Mason Daugherty 6604820235 fix(infra): preserve merge base in Dependabot lockfile fixer (#4829)
Related #4827

The Dependabot lockfile fixer now keeps enough Git history to inspect
dependency PRs that have fallen behind `main`.

---

The preflight checkout already retrieves complete history, but its
explicit fetch of the event-time base used `--depth=1`. That marked the
base commit as a shallow boundary, so the three-dot diff could not walk
back to the common ancestor when `main` had advanced after Dependabot
created its branch.

Fetch the exact base SHA without limiting its depth. This retains the
event snapshot while preserving the ancestry needed by the path-scope
guard. The fix was validated against the base and head SHAs from #4827,
where the diff now resolves to the two expected `libs/talon` files.
2026-07-17 15:28:07 -04:00
..
2026-03-02 11:37:42 -05:00