Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v40.2.5
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v40.2.4 | v40.2.5 |
| github-tags     | renovatebot/github-action | v40.2.4 | v40.2.5 |
  • Loading branch information
renovate[bot] committed Aug 12, 2024
1 parent b47958f commit 31bdd4f
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
with:
renovate-version: 38.21.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
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.4
- uses: renovatebot/github-action@v40.2.5
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.4
uses: renovatebot/github-action@v40.2.5
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit 31bdd4f

Please sign in to comment.