-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update references to renovatebot/github-action to v40.1.0
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v40.0.3 | v40.1.0 | | github-tags | renovatebot/github-action | v40.0.3 | v40.1.0 |
- Loading branch information
1 parent
bc32a6e
commit 98afc1a
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
docker-cmd-file: .github/renovate-entrypoint.sh | ||
docker-user: root | ||
|
@@ -131,7 +131,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
docker-volumes: | | ||
|
@@ -183,7 +183,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
renovate-image: myproxyhub.domain.com/renovate/renovate | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -200,7 +200,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
``` | ||
|
@@ -222,7 +222,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
renovate-version: 37.198.0 | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -239,7 +239,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
renovate-version: full | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -274,7 +274,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -287,7 +287,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.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -332,7 +332,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: '${{ steps.get_token.outputs.token }}' | ||
|
@@ -355,7 +355,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.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -392,7 +392,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -483,7 +483,7 @@ jobs: | |
sudo chown -R runneradmin:root /tmp/renovate/ | ||
ls -R $cache_dir | ||
- uses: renovatebot/github-action@v40.0.3 | ||
- uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: renovate.json5 | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|
@@ -521,7 +521,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th | |
```yml | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/github-action@v40.0.3 | ||
uses: renovatebot/github-action@v40.1.0 | ||
with: | ||
configurationFile: example/renovate-config.js | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
|