renovate?
/ test (push) Has been cancelled
Details
/ test (push) Has been cancelled
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
012af182e3
commit
bcf0032770
|
@ -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 }}
|
Loading…
Reference in New Issue