From d4276818c89ab17a28eabb2a2c37d6913e8eb0da Mon Sep 17 00:00:00 2001 From: Ryan Lymburner Date: Fri, 26 Sep 2025 13:53:50 -0700 Subject: [PATCH] Update dependabot to commit all modified files --- .github/workflows/dependabot-make-presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-make-presubmit.yml b/.github/workflows/dependabot-make-presubmit.yml index 4908279d..7c83bcea 100644 --- a/.github/workflows/dependabot-make-presubmit.yml +++ b/.github/workflows/dependabot-make-presubmit.yml @@ -52,6 +52,6 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add go.mod go.sum + git add -A git commit -m "Run make presubmit for Dependabot PR" git push