renovate?
/ test (push) Has been cancelled Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:24:30 +00:00
parent 012af182e3
commit bcf0032770
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
on:
workflow_dispatch:
schedule:
- cron: "3 3 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
with:
renovate-version: 38.101.1
token: ${{ secrets.RENOVATE_TOKEN }}