parent
5b8f2ddfb2
commit
f230dd87e0
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '33 3 * * *'
|
- cron: "33 3 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: docker://code.icb4dc0.de/infrastructure/images/renovate:latest
|
- uses: docker://registry.icb4dc0.de/infrastructure/renovate:latest
|
||||||
with:
|
with:
|
||||||
args: renovate "${{ github.repository }}"
|
args: renovate "${{ github.repository }}"
|
||||||
env:
|
env:
|
||||||
|
@ -19,4 +19,4 @@ jobs:
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_AUTODISCOVER: "false"
|
RENOVATE_AUTODISCOVER: "false"
|
||||||
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
|
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
|
|
Loading…
Add table
Reference in a new issue