Update deploy workflow to include RenovateBot job
This commit is contained in:
parent
e2f0aecf95
commit
be3616d2d6
16
.gitea/workflows/renovate.yml
Normal file
16
.gitea/workflows/renovate.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: RenovateBot
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "@daily"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
container: ghcr.io/renovatebot/renovate:38
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: renovate
|
||||||
|
env:
|
||||||
|
RENOVATE_CONFIG_FILE: renovate.config.cjs
|
||||||
|
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
|
||||||
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
Loading…
Reference in New Issue
Block a user