gapr/.forgejo/workflows/renovate.yaml
Peter Kurfer e95d4a784b
All checks were successful
Go build / build (1.20.x) (push) Successful in 7m4s
Go build / build (1.21.x) (push) Successful in 3m55s
Renovate / renovate (push) Successful in 21s
chore: add devcontainer
2023-12-03 17:50:23 +01:00

22 lines
587 B
YAML

name: Renovate
on:
push:
branches:
- main
schedule:
- cron: '25 2 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: docker://code.icb4dc0.de/infrastructure/images/renovate:latest
with:
args: renovate "${{ github.repository }}"
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
LOG_LEVEL: info