Merge pull request 'ci: update renovate workflow to use docker runner' (#92) from new-runner into main
All checks were successful
renovate / renovate (push) Successful in 4m6s
All checks were successful
renovate / renovate (push) Successful in 4m6s
Reviewed-on: #92
This commit is contained in:
commit
99919d9315
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
# Pin to a specific Renovate version for stability (check ghcr.io for latest)
|
# Pin to a specific Renovate version for stability (check ghcr.io for latest)
|
||||||
# Example: ghcr.io/renovatebot/renovate:37.250.0
|
# Example: ghcr.io/renovatebot/renovate:37.250.0
|
||||||
container: ghcr.io/renovatebot/renovate:39 # Pinned version
|
container: ghcr.io/renovatebot/renovate:39 # Pinned version
|
||||||
|
@ -45,4 +45,3 @@ jobs:
|
||||||
LOG_LEVEL: "info"
|
LOG_LEVEL: "info"
|
||||||
# Explicitly tell Renovate where the cache is (matches actions/cache path)
|
# Explicitly tell Renovate where the cache is (matches actions/cache path)
|
||||||
RENOVATE_CACHE_DIR: /tmp/renovate-cache
|
RENOVATE_CACHE_DIR: /tmp/renovate-cache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue