parent
012af182e3
commit
bcf0032770
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/renovate.yaml
Normal file
16
.forgejo/workflows/renovate.yaml
Normal 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 }}
|
Loading…
Add table
Reference in a new issue