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

23 lines
469 B
YAML
Raw Normal View History

2024-04-17 17:55:14 +02:00
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
- master
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.303.2
2024-04-17 17:55:14 +02:00
steps:
- uses: actions/checkout@v4
- run: renovate
env:
2024-04-17 17:57:39 +02:00
RENOVATE_CONFIG_FILE: "config.js"
2024-04-17 18:06:12 +02:00
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
2024-04-17 17:55:14 +02:00
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}