renovate-config/.gitea/workflows/renovate.yaml
Valentin Brandl ebdbf80fae
All checks were successful
renovate / renovate (push) Successful in 21s
Use gitea checkout
2024-04-18 13:55:34 +02:00

22 lines
477 B
YAML

name: renovate
on:
schedule:
- cron: "0 */3 * * *"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.303.2
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}