Add .forgejo/workflows/renovate.yml
Some checks are pending
renovate / renovate (push) Waiting to run
Some checks are pending
renovate / renovate (push) Waiting to run
This commit is contained in:
parent
ffafcb0175
commit
0568c77160
1 changed files with 21 additions and 0 deletions
21
.forgejo/workflows/renovate.yml
Normal file
21
.forgejo/workflows/renovate.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:38.116.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/tmayoff/renovate-config/config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${ { secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${ { secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue