mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
docs: update references to renovatebot/github-action to v40.1.11
| datasource | package | from | to | | --------------- | ------------------------- | -------- | -------- | | github-releases | renovatebot/github-action | v40.1.10 | v40.1.11 | | github-tags | renovatebot/github-action | v40.1.10 | v40.1.11 |
This commit is contained in:
parent
8370a32dd5
commit
ded0be57b4
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
||||
docker-user: root
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
docker-volumes: |
|
||||
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
renovate-image: myproxyhub.domain.com/renovate/renovate
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -197,7 +197,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
```
|
||||
|
|
@ -219,7 +219,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
renovate-version: 37.326.3
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -236,7 +236,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
renovate-version: full
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -271,7 +271,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -284,7 +284,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.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -329,7 +329,7 @@ jobs:
|
|||
uses: actions/checkout@v4.1.4
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
|
|
@ -352,7 +352,7 @@ For example if you wish to pass through some credentials for a [host rule](https
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -389,7 +389,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -480,7 +480,7 @@ jobs:
|
|||
sudo chown -R runneradmin:root /tmp/renovate/
|
||||
ls -R $cache_dir
|
||||
|
||||
- uses: renovatebot/github-action@v40.1.10
|
||||
- uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: renovate.json5
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -518,7 +518,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
|
|||
|
||||
```yml
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue