@@ -15,6 +15,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# Setup Node so we can execute renovate natively on the runner workspace
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
# Pulled from public Docker Hub instead of ghcr.io
|
# Pulled from public Docker Hub instead of ghcr.io
|
||||||
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain
|
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain
|
||||||
|
|||||||
Reference in New Issue
Block a user