Files
rinoa-docker/.gitea/workflows/renovate.yml
T
Trez.One 8363851935
Renovate / renovate (push) Failing after 29s
Docker-related tweaks for Renovate workflow.
2025-09-22 07:37:04 -04:00

28 lines
742 B
YAML

name: Renovate
on:
schedule:
- cron: '0/30 * * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- name: Renovate
uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13
with:
configurationFile: ${GITHUB_WORKSPACE}/renovate.json
mount-docker-socket: true
docker-socket-host-path: /var/run/docker.sock
renovate-version: 41.97.7-full
token: ${{ secrets.RENOVATE_BOT_TOKEN }}
env:
LOG_LEVEL: debug