renovate-config/.forgejo/workflows/renovate.yaml
Renovate Bot 7aace6fab2
Some checks failed
renovate / renovate (push) Failing after 11s
Actualiser .forgejo/workflows/renovate.yaml
2024-07-05 20:05:26 +00:00

20 lines
433 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-20.04
container: ghcr.io/renovatebot/renovate:37.424-full
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/${{ github.REPOSITORY }}/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}