Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v39.2.4
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v39.2.3 | v39.2.4 |
| github-tags     | renovatebot/github-action | v39.2.3 | v39.2.4 |
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent ec0e88b commit c2ec8aa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -200,7 +200,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -222,7 +222,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
renovate-version: 36.107.1
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -239,7 +239,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -284,7 +284,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@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
uses: actions/checkout@v3.6.0

- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -350,7 +350,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v39.2.3
- uses: renovatebot/github-action@v39.2.4
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -516,7 +516,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th

```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.3
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit c2ec8aa

Please sign in to comment.