Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v39.0.5
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v39.0.3 | v39.0.5 |
| github-tags     | renovatebot/github-action | v39.0.3 | v39.0.5 |
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 459510b commit e06b5fc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
renovate-version: 36.52.2
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -164,7 +164,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -209,7 +209,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.0.3
uses: renovatebot/github-action@v39.0.5
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -275,7 +275,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@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.3
uses: renovatebot/github-action@v39.0.5
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v39.0.3
- uses: renovatebot/github-action@v39.0.5
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -441,7 +441,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th

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

0 comments on commit e06b5fc

Please sign in to comment.