renovate-config/.forgejo/workflows/renovate.yaml
Renovate Bot ae5092d85e
Some checks failed
renovate / renovate (push) Failing after 1m42s
Actualiser .forgejo/workflows/renovate.yaml
2024-07-05 19:56:59 +00:00

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