Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v40.3.4
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v40.3.3 | v40.3.4 |
| github-tags     | renovatebot/github-action | v40.3.3 | v40.3.4 |
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent a4b62ce commit cf47d93
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 @@ -100,7 +100,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -212,7 +212,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -234,7 +234,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
renovate-version: 38.110.2
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -251,7 +251,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -299,7 +299,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml
....
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -359,7 +359,7 @@ For example:

```yaml
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
token: '${{ steps.get_token.outputs.token }}'
env:
Expand All @@ -383,7 +383,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/[email protected].3
- uses: renovatebot/[email protected].4
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -549,7 +549,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit cf47d93

Please sign in to comment.