discord-jellyfin-bot/.github/workflows/renovate.yml

18 lines
424 B
YAML
Raw Normal View History

2022-12-25 23:11:20 +01:00
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 }}