Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Vendor and tidy dependabot contributions #1006

Merged
merged 1 commit into from
Jun 26, 2020

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Jun 24, 2020

What this PR does / why we need it:

Dependabot will manage go dependencies via go.mod, but will not update
the vendor directory or tidy go.sum. This workflow runs on dependabot
go_module branches running go mod vendor and go mod tidy committing
the results if anything changed.

Which issue(s) this PR fixes

Continues #990

Special notes for your reviewer:

We will need a custom access token in order to trick GitHub into running workflows for the new pushed commit.

Release note:

n/a

Dependabot will manage go dependency via go.mod, but will not update
the vendor directory or tidy go.sum. This workflow runs on dependabot
go_module branches running `go mod vendor` and `go mod tidy` committing
the results if anything changed.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@scothis scothis marked this pull request as ready for review June 26, 2020 19:48
@scothis scothis merged commit cd0c382 into vmware-archive:master Jun 26, 2020
@scothis scothis deleted the dependabot-gomod branch June 26, 2020 19:49
scothis added a commit to scothis/octant that referenced this pull request Oct 19, 2020
scothis added a commit to scothis/octant that referenced this pull request Feb 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants