@@ -100,7 +100,7 @@ jobs:
100
100
- name : Checkout
101
101
102
102
- name : Self-hosted Renovate
103
- uses :
renovatebot/[email protected] .3
103
+ uses :
renovatebot/[email protected] .4
104
104
with :
105
105
docker-cmd-file : .github/renovate-entrypoint.sh
106
106
docker-user : root
@@ -143,7 +143,7 @@ jobs:
143
143
- name: Checkout
144
144
145
145
- name: Self-hosted Renovate
146
- uses: renovatebot/[email protected] .3
146
+ uses: renovatebot/[email protected] .4
147
147
with:
148
148
token: ${{ secrets.RENOVATE_TOKEN }}
149
149
docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194
194
- name: Checkout
195
195
196
196
- name: Self-hosted Renovate
197
- uses: renovatebot/[email protected] .3
197
+ uses: renovatebot/[email protected] .4
198
198
with:
199
199
renovate-image: myproxyhub.domain.com/renovate/renovate
200
200
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -211,7 +211,7 @@ jobs:
211
211
- name: Checkout
212
212
213
213
- name: Self-hosted Renovate
214
- uses: renovatebot/[email protected] .3
214
+ uses: renovatebot/[email protected] .4
215
215
with:
216
216
token: ${{ secrets.RENOVATE_TOKEN }}
217
217
` ` `
@@ -233,7 +233,7 @@ jobs:
233
233
- name: Checkout
234
234
235
235
- name: Self-hosted Renovate
236
- uses: renovatebot/[email protected] .3
236
+ uses: renovatebot/[email protected] .4
237
237
with:
238
238
renovate-version: 41.40.0
239
239
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250
250
- name: Checkout
251
251
252
252
- name: Self-hosted Renovate
253
- uses: renovatebot/[email protected] .3
253
+ uses: renovatebot/[email protected] .4
254
254
with:
255
255
renovate-version: full
256
256
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285
285
- name: Checkout
286
286
287
287
- name: Self-hosted Renovate
288
- uses: renovatebot/[email protected] .3
288
+ uses: renovatebot/[email protected] .4
289
289
with:
290
290
configurationFile: example/renovate-config.js
291
291
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
298
298
` ` ` yml
299
299
....
300
300
- name: Self-hosted Renovate
301
- uses: renovatebot/[email protected] .3
301
+ uses: renovatebot/[email protected] .4
302
302
with:
303
303
configurationFile: example/renovate-config.js
304
304
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -345,7 +345,7 @@ jobs:
345
345
346
346
347
347
- name: Self-hosted Renovate
348
- uses: renovatebot/[email protected] .3
348
+ uses: renovatebot/[email protected] .4
349
349
with:
350
350
configurationFile: example/renovate-config.js
351
351
token: '${{ steps.get_token.outputs.token }}'
@@ -360,7 +360,7 @@ For example:
360
360
361
361
` ` ` yaml
362
362
- name: Self-hosted Renovate
363
- uses: renovatebot/[email protected] .3
363
+ uses: renovatebot/[email protected] .4
364
364
with:
365
365
token: '${{ steps.get_token.outputs.token }}'
366
366
env:
@@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
384
384
- name: Checkout
385
385
386
386
- name: Self-hosted Renovate
387
- uses: renovatebot/[email protected] .3
387
+ uses: renovatebot/[email protected] .4
388
388
with:
389
389
configurationFile: example/renovate-config.js
390
390
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -421,7 +421,7 @@ jobs:
421
421
- name: Checkout
422
422
423
423
- name: Self-hosted Renovate
424
- uses: renovatebot/[email protected] .3
424
+ uses: renovatebot/[email protected] .4
425
425
with:
426
426
configurationFile: example/renovate-config.js
427
427
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -512,7 +512,7 @@ jobs:
512
512
sudo chown -R 12021:0 /tmp/renovate/
513
513
ls -R $cache_dir
514
514
515
- - uses: renovatebot/[email protected] .3
515
+ - uses: renovatebot/[email protected] .4
516
516
with:
517
517
configurationFile: renovate.json5
518
518
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
550
550
551
551
` ` ` yml
552
552
- name : Self-hosted Renovate
553
- uses :
renovatebot/[email protected] .3
553
+ uses :
renovatebot/[email protected] .4
554
554
with :
555
555
configurationFile : example/renovate-config.js
556
556
token : ${{ secrets.RENOVATE_TOKEN }}
0 commit comments