testing
This commit is contained in:
parent
78040a0ca7
commit
89d8cc984f
1 changed files with 9 additions and 14 deletions
|
@ -1,18 +1,13 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate-dry:
|
||||||
name: Renovate
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: ghcr.io/renovatebot/renovate:36.52.2
|
||||||
uses: actions/checkout@v3
|
- env:
|
||||||
with:
|
RENOVATE_PLATFORM: gitea
|
||||||
token: '${{ secrets.token }}'
|
RENOVATE_ENDPOINT: https://git.hsn.dev
|
||||||
|
|
||||||
- name: Renovate
|
|
||||||
uses: renovatebot/github-action@v39.0.1
|
|
||||||
env:
|
|
||||||
# DRY_RUN: ${{ inputs.dryRun }}
|
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
with:
|
RENOVATE_DRY_RUN: full
|
||||||
token: '${{ secrets.token }}'
|
- run: |
|
||||||
|
renovate $${CI_REPO} jahanson/valinor
|
||||||
|
|
Reference in a new issue