Ditch docker approach and run renovate directly
This commit is contained in:
@@ -16,10 +16,18 @@ jobs:
|
|||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Self-Hosted Renovate
|
- name: Setup Node.js
|
||||||
uses: renovatebot/github-action@v43.0.12
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
node-version: '20'
|
||||||
docker-user: root
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
- name: Install Renovate
|
||||||
docker-volumes: ${{ github.workspace }}:/github/workspace
|
run: npm install -g renovate
|
||||||
|
|
||||||
|
- name: Run Renovate
|
||||||
|
env:
|
||||||
|
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
run: |
|
||||||
|
cd ${{ github.workspace }}
|
||||||
|
renovate --platform=github
|
||||||
|
|||||||
Reference in New Issue
Block a user