This commit is contained in:
@@ -2,7 +2,7 @@ name: Renovate
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0/30 * * * *'
|
- cron: "0/30 * * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -17,11 +17,10 @@ jobs:
|
|||||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13
|
uses: https://git.trez.wtf/Trez.One/renovate-github-action@gitea-compatible
|
||||||
with:
|
with:
|
||||||
configurationFile: ${GITHUB_WORKSPACE}/renovate.json
|
configurationFile: ${GITHUB_WORKSPACE}/renovate.json
|
||||||
mount-docker-socket: true
|
docker-volumes-from: ${{ env.JOB_CONTAINER_NAME }}
|
||||||
docker-socket-host-path: /var/run/docker.sock
|
|
||||||
renovate-version: 41.97.7-full
|
renovate-version: 41.97.7-full
|
||||||
token: ${{ secrets.RENOVATE_BOT_TOKEN }}
|
token: ${{ secrets.RENOVATE_BOT_TOKEN }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user