mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-07 17:26:28 +01:00
16 lines
335 B
YAML
16 lines
335 B
YAML
name: Renovate
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 */6 * * *'
|
|
jobs:
|
|
renovate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
- name: Self-hosted Renovate
|
|
uses: renovatebot/github-action@v40.2.2
|
|
with:
|
|
token: ${{ secrets.RENOVATE_TOKEN }}
|