mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
docs: update references to renovatebot/github-action to v44.1.0
Some checks are pending
Build / prepare (push) Waiting to run
Build / commitlint (push) Waiting to run
Build / lint (push) Blocked by required conditions
Build / e2e (example/renovate-config.js) (push) Blocked by required conditions
Build / e2e (example/renovate-config.json) (push) Blocked by required conditions
Build / release (push) Blocked by required conditions
Some checks are pending
Build / prepare (push) Waiting to run
Build / commitlint (push) Waiting to run
Build / lint (push) Blocked by required conditions
Build / e2e (example/renovate-config.js) (push) Blocked by required conditions
Build / e2e (example/renovate-config.json) (push) Blocked by required conditions
Build / release (push) Blocked by required conditions
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v44.0.5 | v44.1.0 | | github-tags | renovatebot/github-action | v44.0.5 | v44.1.0 |
This commit is contained in:
parent
a7d997abb9
commit
877f1edb5a
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
||||
docker-user: root
|
||||
|
|
@ -143,7 +143,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
docker-volumes: |
|
||||
|
|
@ -194,7 +194,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
renovate-image: myproxyhub.domain.com/renovate/renovate
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -211,7 +211,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
```
|
||||
|
|
@ -233,7 +233,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
renovate-version: 42.52.8
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -250,7 +250,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
renovate-version: full
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -285,7 +285,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -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@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -345,7 +345,7 @@ jobs:
|
|||
uses: actions/checkout@v5.0.1
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
|
|
@ -360,7 +360,7 @@ For example:
|
|||
|
||||
```yaml
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
env:
|
||||
|
|
@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -421,7 +421,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -512,7 +512,7 @@ jobs:
|
|||
sudo chown -R 12021:0 /tmp/renovate/
|
||||
ls -R $cache_dir
|
||||
|
||||
- uses: renovatebot/github-action@v44.0.5
|
||||
- uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: renovate.json5
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
|
|||
|
||||
```yml
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v44.0.5
|
||||
uses: renovatebot/github-action@v44.1.0
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue