skip: merge (1d7e88866f) [skip release]

This commit is contained in:
Renovate Bot 2024-06-10 03:07:59 +00:00
commit 3f1f1b1b6c

View file

@ -98,7 +98,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
docker-cmd-file: .github/renovate-entrypoint.sh docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root docker-user: root
@ -128,7 +128,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: | docker-volumes: |
@ -180,7 +180,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
renovate-image: myproxyhub.domain.com/renovate/renovate renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -197,7 +197,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
``` ```
@ -219,7 +219,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
renovate-version: 37.385.0 renovate-version: 37.385.0
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -236,7 +236,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
renovate-version: full renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -271,7 +271,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -284,7 +284,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml ```yml
.... ....
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -329,7 +329,7 @@ jobs:
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}' token: '${{ steps.get_token.outputs.token }}'
@ -344,7 +344,7 @@ For example:
```yaml ```yaml
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
token: '${{ steps.get_token.outputs.token }}' token: '${{ steps.get_token.outputs.token }}'
env: env:
@ -368,7 +368,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -405,7 +405,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -496,7 +496,7 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/ sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir ls -R $cache_dir
- uses: renovatebot/github-action@v40.1.11 - uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: renovate.json5 configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -534,7 +534,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml ```yml
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11 uses: renovatebot/github-action@v40.1.12
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}