mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
docs: update references to renovatebot/github-action to v39.1.0
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v39.0.5 | v39.1.0 | | github-releases | renovatebot/github-action | v39.0.0 | v39.1.0 | | github-tags | renovatebot/github-action | v39.0.5 | v39.1.0 | | github-tags | renovatebot/github-action | v39.0.0 | v39.1.0 |
This commit is contained in:
parent
70714dc58e
commit
3190dfaa2d
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.5.3
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.0
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
||||
docker-user: root
|
||||
|
|
@ -157,7 +157,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
renovate-image: myproxyhub.domain.com/renovate/renovate
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -174,7 +174,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
```
|
||||
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
renovate-version: 36.107.1
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
renovate-version: full
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -245,7 +245,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -258,7 +258,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.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -301,7 +301,7 @@ jobs:
|
|||
uses: actions/checkout@v3.6.0
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
|
|
@ -324,7 +324,7 @@ For example if you wish to pass through some credentials for a [host rule](https
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -361,7 +361,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.0.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -452,7 +452,7 @@ jobs:
|
|||
sudo chown -R runneradmin:root /tmp/renovate/
|
||||
ls -R $cache_dir
|
||||
|
||||
- uses: renovatebot/github-action@v39.0.5
|
||||
- uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: renovate.json5
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -490,7 +490,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.5
|
||||
uses: renovatebot/github-action@v39.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue