Skip to content

Commit 87ff986

Browse files
dev: full git checkout for renovate
1 parent ea893d1 commit 87ff986

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/renovate.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
- name: Checkout repository
1818
uses: actions/checkout@v6
19-
with:
20-
fetch-depth: 0
21-
sparse-checkout: |
22-
.github
23-
deps.edn
19+
# with:
20+
# fetch-depth: 0
21+
# sparse-checkout: |
22+
# .github
23+
# deps.edn
2424
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2525

2626
- name: Run Renovate

0 commit comments

Comments
 (0)