Skip to content

Commit

Permalink
skip: merge (7aa35ac) [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 29, 2024
2 parents 1746a2a + 7aa35ac commit be5bca8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -205,7 +205,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -227,7 +227,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
renovate-version: 37.438.2
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -244,7 +244,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -292,7 +292,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.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -352,7 +352,7 @@ For example:

```yaml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
token: '${{ steps.get_token.outputs.token }}'
env:
Expand All @@ -376,7 +376,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v40.2.2
- uses: renovatebot/github-action@v40.2.3
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -542,7 +542,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.2
uses: renovatebot/github-action@v40.2.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit be5bca8

Please sign in to comment.