Compare commits
2 commits
df3963f59a
...
d316731234
Author | SHA1 | Date | |
---|---|---|---|
d316731234 | |||
8b43a9917b |
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue