Skip to content

Commit 69c17a6

Browse files
committed
local doesn't work yet
Since Dependabot CLI always adds a SHA, that means the base-commit-sha is never correct. We need to modify Dependabot CLI to use the git repo as-is when it's clean.
1 parent 57bb881 commit 69c17a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/example.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ jobs:
3030
run: |
3131
# Run Dependabot CLI with options:
3232
# -f: the path to the job input
33-
# --local: use the cloned repo as input to avoid cloning again
3433
# --timeout: the maximum time to wait for a job to finish
3534
./dependabot update \
3635
-f .github/dependabot/go.yml \
37-
--local . \
3836
--timeout 20m >> result.jsonl || true
3937
./dependabot update \
4038
-f .github/dependabot/bundler.yml \
41-
--local . \
4239
--timeout 20m >> result.jsonl || true
4340
4441
- name: Upload result

0 commit comments

Comments
 (0)