Skip to content

Commit

Permalink
Add checks, vendoring to dependency update PRs (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Apr 29, 2024
1 parent e94af25 commit 4d2dde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
title: 'Update dependencies'
commit-message: Update dependencies
committer: github-actions <actions@github.com>
author: github-actions <actions@github.com>
committer: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
branch: dependencies/update
branch-suffix: timestamp
base: main
Expand Down
2 changes: 1 addition & 1 deletion nodeadm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ $(CRD_REF_DOCS): $(LOCALBIN)

.PHONY: update-deps
update-deps:
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all) && go mod tidy
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all) && go mod tidy && go mod vendor

0 comments on commit 4d2dde3

Please sign in to comment.