Initial commit
This commit is contained in:
18
.gitea/workflows/workflow.yaml
Normal file
18
.gitea/workflows/workflow.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Run Renovate
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.2
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
configurationFile: renovate-config.js
|
||||
logLevel: debug
|
||||
|
||||
Reference in New Issue
Block a user