Merge branch 'main' into 1oglop1/fixes

This commit is contained in:
Jan Gazda 2024-10-09 20:30:16 +02:00 committed by GitHub
commit bfd30eb2c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 63 deletions

View file

@ -99,7 +99,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
docker-entrypoint-file: .github/renovate-entrypoint.sh
docker-user: root
@ -142,7 +142,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
@ -195,7 +195,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
@ -212,7 +212,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -223,7 +223,7 @@ The Renovate version to use.
If omitted the action will use the `latest` Docker tag.
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
This sample will use `ghcr.io/renovatebot/renovate:38.101.1` image.
This sample will use `ghcr.io/renovatebot/renovate:38.110.2` image.
```yml
....
@ -234,9 +234,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
renovate-version: 38.101.1
renovate-version: 38.110.2
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -251,7 +251,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
@ -286,7 +286,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -299,7 +299,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml
....
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -344,7 +344,7 @@ jobs:
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
@ -359,7 +359,7 @@ For example:
```yaml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
token: '${{ steps.get_token.outputs.token }}'
env:
@ -383,7 +383,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -420,7 +420,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -511,11 +511,11 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v40.2.10
- uses: renovatebot/github-action@v40.3.1
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 38.101.1
renovate-version: 38.110.2
env:
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
@ -549,7 +549,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
uses: renovatebot/github-action@v40.3.1
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}