discord-jellyfin-bot/.github/workflows/renovate.yml
Manuel Ruwe a73132843f 🚀 Add renovate
2022-12-25 23:31:50 +01:00

18 lines
424 B
YAML

on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
name: Renovate Daily Job
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Self-hosted Renovate
uses: renovatebot/github-action@v32.238.4
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}