renovate-config/.gitea/workflows/renovate.yaml

20 lines
494 B
YAML
Raw Normal View History

2024-03-13 07:24:27 -05:00
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
2024-03-13 07:26:31 -05:00
runs-on: ubuntu-22.04
2024-03-13 07:24:27 -05:00
container: ghcr.io/renovatebot/renovate:37.20.2
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