Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v39
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v38.1.6 | v39.0.0 |
| github-tags     | renovatebot/github-action | v38.1.6 | v39.0.0 |
  • Loading branch information
renovate[bot] authored Jul 17, 2023
1 parent d67dd20 commit 184f0e6
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 @@ -107,7 +107,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
renovate-version: 35.103.0
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -208,7 +208,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@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -274,7 +274,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -329,7 +329,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.6
uses: renovatebot/github-action@v39.0.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit 184f0e6

Please sign in to comment.