Compare commits
2 Commits
df3963f59a
...
d316731234
Author | SHA1 | Date |
---|---|---|
Martyn | d316731234 | |
Martyn | 8b43a9917b |
|
@ -14,6 +14,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
env:
|
||||||
|
RENOVATE_PLATFORM: 'gitea'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.0
|
||||||
|
@ -21,4 +23,4 @@ jobs:
|
||||||
uses: https://github.com/renovatebot/github-action@v40.2.10
|
uses: https://github.com/renovatebot/github-action@v40.2.10
|
||||||
with:
|
with:
|
||||||
renovate-version: 38.101.1
|
renovate-version: 38.101.1
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_PAT }}
|
||||||
|
|
Loading…
Reference in New Issue