Skip to content

Commit 862f35e

Browse files
docs: update references to renovatebot/github-action to v43.0.2
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v43.0.1 | v43.0.2 | | github-tags | renovatebot/github-action | v43.0.1 | v43.0.2 |
1 parent 872034d commit 862f35e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Checkout
101101
uses: actions/[email protected]
102102
- name: Self-hosted Renovate
103-
uses: renovatebot/[email protected].1
103+
uses: renovatebot/[email protected].2
104104
with:
105105
docker-cmd-file: .github/renovate-entrypoint.sh
106106
docker-user: root
@@ -143,7 +143,7 @@ jobs:
143143
- name: Checkout
144144
uses: actions/[email protected]
145145
- name: Self-hosted Renovate
146-
uses: renovatebot/[email protected].1
146+
uses: renovatebot/[email protected].2
147147
with:
148148
token: ${{ secrets.RENOVATE_TOKEN }}
149149
docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194194
- name: Checkout
195195
uses: actions/[email protected]
196196
- name: Self-hosted Renovate
197-
uses: renovatebot/[email protected].1
197+
uses: renovatebot/[email protected].2
198198
with:
199199
renovate-image: myproxyhub.domain.com/renovate/renovate
200200
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -211,7 +211,7 @@ jobs:
211211
- name: Checkout
212212
uses: actions/[email protected]
213213
- name: Self-hosted Renovate
214-
uses: renovatebot/[email protected].1
214+
uses: renovatebot/[email protected].2
215215
with:
216216
token: ${{ secrets.RENOVATE_TOKEN }}
217217
```
@@ -233,7 +233,7 @@ jobs:
233233
- name: Checkout
234234
uses: actions/[email protected]
235235
- name: Self-hosted Renovate
236-
uses: renovatebot/[email protected].1
236+
uses: renovatebot/[email protected].2
237237
with:
238238
renovate-version: 41.17.2
239239
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250250
- name: Checkout
251251
uses: actions/[email protected]
252252
- name: Self-hosted Renovate
253-
uses: renovatebot/[email protected].1
253+
uses: renovatebot/[email protected].2
254254
with:
255255
renovate-version: full
256256
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285
- name: Checkout
286286
uses: actions/[email protected]
287287
- name: Self-hosted Renovate
288-
uses: renovatebot/[email protected].1
288+
uses: renovatebot/[email protected].2
289289
with:
290290
configurationFile: example/renovate-config.js
291291
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
298298
```yml
299299
....
300300
- name: Self-hosted Renovate
301-
uses: renovatebot/[email protected].1
301+
uses: renovatebot/[email protected].2
302302
with:
303303
configurationFile: example/renovate-config.js
304304
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -345,7 +345,7 @@ jobs:
345345
uses: actions/[email protected]
346346
347347
- name: Self-hosted Renovate
348-
uses: renovatebot/[email protected].1
348+
uses: renovatebot/[email protected].2
349349
with:
350350
configurationFile: example/renovate-config.js
351351
token: '${{ steps.get_token.outputs.token }}'
@@ -360,7 +360,7 @@ For example:
360360

361361
```yaml
362362
- name: Self-hosted Renovate
363-
uses: renovatebot/[email protected].1
363+
uses: renovatebot/[email protected].2
364364
with:
365365
token: '${{ steps.get_token.outputs.token }}'
366366
env:
@@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
384384
- name: Checkout
385385
uses: actions/[email protected]
386386
- name: Self-hosted Renovate
387-
uses: renovatebot/[email protected].1
387+
uses: renovatebot/[email protected].2
388388
with:
389389
configurationFile: example/renovate-config.js
390390
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -421,7 +421,7 @@ jobs:
421421
- name: Checkout
422422
uses: actions/[email protected]
423423
- name: Self-hosted Renovate
424-
uses: renovatebot/[email protected].1
424+
uses: renovatebot/[email protected].2
425425
with:
426426
configurationFile: example/renovate-config.js
427427
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -512,7 +512,7 @@ jobs:
512512
sudo chown -R 12021:0 /tmp/renovate/
513513
ls -R $cache_dir
514514
515-
- uses: renovatebot/[email protected].1
515+
- uses: renovatebot/[email protected].2
516516
with:
517517
configurationFile: renovate.json5
518518
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
550550
551551
```yml
552552
- name: Self-hosted Renovate
553-
uses: renovatebot/[email protected].1
553+
uses: renovatebot/[email protected].2
554554
with:
555555
configurationFile: example/renovate-config.js
556556
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)