.forgejo/workflows/renovate.yaml aktualisiert
This commit is contained in:
parent
b5bb476467
commit
9947fbae6f
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@ name: renovate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@hourly"
|
- cron: "@daily"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate-dry-run:
|
renovate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: ghcr.io/renovatebot/renovate:37.368.6
|
container: ghcr.io/renovatebot/renovate:37.368.6
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue