Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v38 (#773)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 16, 2023
1 parent 4e623b6 commit fc58615
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -123,7 +123,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
renovate-version: 35.0.0
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
useSlim: false
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -211,7 +211,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@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -277,7 +277,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v36.0.0
uses: renovatebot/github-action@v38.1.6
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -332,7 +332,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th

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

0 comments on commit fc58615

Please sign in to comment.