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

21 lines
605 B
YAML
Raw Normal View History

2024-08-10 10:28:14 +02:00
name: renovate
on:
schedule:
- cron: "@hourly"
2024-08-10 10:28:14 +02:00
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest@sha256:52b9e6a9d6d37c919cac8c4a4d9f592e5c9e8f450510a5dca2407f1f6bdefe4c
2024-08-10 10:28:14 +02:00
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2024-08-10 10:28:14 +02:00
- run: renovate
env:
2024-08-10 10:37:02 +02:00
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
2024-08-10 10:28:14 +02:00
LOG_LEVEL: "debug"
2024-08-10 15:38:13 +02:00
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}