You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): vendor multiple changed go.mod directories on Renovate PRs
Closes#505
vendor.yml always regenerated govendor.toml at the repo root regardless
of which go.mod/go.sum actually changed, so Renovate bumps to
`templates/{default,workspace,image}` left those directories' manifests
drifted and silently broke CI (#474). Add a detect job that diffs the
PR's base/head SHAs for changed go.mod/go.sum files and passes every
affected directory to govendor-update.yml, which now loops over each one
and folds all regenerated manifests into a single amended commit.
Signed-off-by: purpleclay <purpleclaygh@gmail.com>
0 commit comments