Add .forgejo/renovater
This commit is contained in:
parent
453d2e25a3
commit
deba215845
1 changed files with 21 additions and 0 deletions
21
.forgejo/renovater
Normal file
21
.forgejo/renovater
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Renovater
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@weekly"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: docker
|
||||
container: ghcr.io/renovatebot/renovate:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/watson/renovater/config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${ { secrets.RENOVATER_TOKEN }}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue