renovate-config/.forgejo/workflows/renovate.yaml
Renovate Bot c7b97d3dd6
Some checks failed
renovate / renovate (push) Failing after 10s
Actualiser .forgejo/workflows/renovate.yaml
2024-07-05 20:04:01 +00:00

20 lines
501 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/${{ env.GITHUB_REPOSITORY }}/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token