Compare commits
No commits in common. "314fc0d1baf68ed7646fd629a57553f02a1ca96e" and "5dd4ae0a3caab1f8cebf8dcfc4dfc64ae2a7d251" have entirely different histories.
314fc0d1ba
...
5dd4ae0a3c
@ -8,15 +8,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: renovate/renovate:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run Renovate
|
- name: Checkout
|
||||||
run: renovate
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref_name }}
|
||||||
|
|
||||||
|
- name: Self-hosted Renovate
|
||||||
|
uses: renovatebot/github-action@v41.0.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
env:
|
env:
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
RENOVATE_PLATFORM: gitea
|
|
||||||
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
|
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
|
||||||
RENOVATE_AUTODISCOVER: 'false'
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_REPOSITORIES: '["sarman/tftsr-devops_investigation"]'
|
|
||||||
RENOVATE_AUTOMERGE: 'false'
|
RENOVATE_AUTOMERGE: 'false'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user