Adicionar .gitea/workflows/renovate.yml
This commit is contained in:
17
.gitea/workflows/renovate.yml
Normal file
17
.gitea/workflows/renovate.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Renovate
|
||||||
|
uses: docker://ghcr.io/renovatebot/renovate:latest
|
||||||
|
env:
|
||||||
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
LOG_LEVEL: info
|
||||||
Reference in New Issue
Block a user