Skip to content

Commit

Permalink
ci: Update renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 20, 2024
1 parent 46230f4 commit 740cd57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ env:
# This is the dir renovate provides -- if we set our own directory via cacheDir, we can run into permissions issues.
# It is also possible to cache a higher level of the directory, but it has minimal benefit. While renovate execution
# time gets faster, it also takes longer to upload the cache as it grows bigger.
cache_dir: /tmp/renovate/cache/renovate/repository
# cache_dir: /tmp/renovate/cache/renovate/repository
cache_dir: /tmp/renovate/cache
# This can be manually changed to bust the cache if neccessary.
cache_key: renovate-cache
# tool versions
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
continue-on-error: true

- run: tree -L 5 -h --du -F -C /tmp/renovate
- run: tree -L 6 -h --du -F /tmp/renovate
continue-on-error: true

- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down

0 comments on commit 740cd57

Please sign in to comment.