Skip to content

chore(deps): update renovatebot/github-action action to v40.2.8 #22

chore(deps): update renovatebot/github-action action to v40.2.8

chore(deps): update renovatebot/github-action action to v40.2.8 #22

Workflow file for this run

name: Renovate
on:
pull_request:
paths:
- .github/renovate.json
- .github/workflows/renovate.yml
jobs:
renovate-local:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: repo
- run: |
mv repo /tmp/repo
sudo chown -R runneradmin:root /tmp/repo
- uses: renovatebot/github-action@v40.2.5
with:
configurationFile: /tmp/repo/.github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
/tmp/repo:/usr/src/app
env:
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
RENOVATE_PLATFORM: local