Skip to content

Commit

Permalink
ci: Update renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored May 20, 2024
1 parent 0d4ff0b commit 08a7966
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env:
cache_key: renovate-cache
# tool versions
# renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate pinDigests=false
RENOVATE_VERSION: 37.361.0
RENOVATE_VERSION: 37.368.9

jobs:
env:
Expand All @@ -59,7 +59,7 @@ jobs:
rebaseLabel: "rebase"
stopUpdatingLabel: "stop-updating"
steps:
- run: true
- run: ""

renovate:
name: Renovate
Expand Down Expand Up @@ -95,9 +95,6 @@ jobs:
key: ${{ env.cache_key }}
path: ${{ env.cache_dir }}

- run: tree $cache_dir
continue-on-error: true

- run: sudo chown -R runneradmin:root /tmp/renovate/
continue-on-error: true

Expand Down Expand Up @@ -130,6 +127,9 @@ jobs:
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
continue-on-error: true

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

- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
if: github.event.inputs.repoCache != 'disabled'
with:
Expand Down

0 comments on commit 08a7966

Please sign in to comment.