mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
16 lines
333 B
YAML
16 lines
333 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.GITHUB_TOKEN }}
|