Skip to content

Commit

Permalink
docs: update references to renovatebot/github-action to v41
Browse files Browse the repository at this point in the history
| datasource      | package                   | from    | to      |
| --------------- | ------------------------- | ------- | ------- |
| github-releases | renovatebot/github-action | v40.3.4 | v41.0.2 |
| github-tags     | renovatebot/github-action | v40.3.4 | v41.0.2 |
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 48bf067 commit 8c2d373
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/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
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/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -211,7 +211,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -233,7 +233,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
renovate-version: 39.8.0
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -250,7 +250,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -298,7 +298,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@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -358,7 +358,7 @@ For example:

```yaml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
token: '${{ steps.get_token.outputs.token }}'
env:
Expand All @@ -382,7 +382,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/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v40.3.4
- uses: renovatebot/github-action@v41.0.2
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.3.4
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit 8c2d373

Please sign in to comment.