Files
renovate-config/.gitea/workflows/renovate.yml
2023-09-04 13:45:03 +02:00

22 lines
499 B
YAML

name: renovate
on:
schedule:
- cron: "@hourly"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- name: Install libs
run: apt-get update && apt-get install -y sudo lsb-release systemd docker.io
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.5
with:
# configurationFile: default.json
token: ${{ secrets.RENOVATE_TOKEN }}