@@ -100,7 +100,7 @@ jobs:
100
100
- name : Checkout
101
101
uses : actions/checkout@v4.2.2
102
102
- name : Self-hosted Renovate
103
- uses : renovatebot/github-action@v41.0.3
103
+ uses : renovatebot/github-action@v41.0.5
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
uses: actions/checkout@v4.2.2
145
145
- name: Self-hosted Renovate
146
- uses: renovatebot/github-action@v41.0.3
146
+ uses: renovatebot/github-action@v41.0.5
147
147
with:
148
148
token: ${{ secrets.RENOVATE_TOKEN }}
149
149
docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194
194
- name: Checkout
195
195
uses: actions/checkout@v4.2.2
196
196
- name: Self-hosted Renovate
197
- uses: renovatebot/github-action@v41.0.3
197
+ uses: renovatebot/github-action@v41.0.5
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
uses: actions/checkout@v4.2.2
213
213
- name: Self-hosted Renovate
214
- uses: renovatebot/github-action@v41.0.3
214
+ uses: renovatebot/github-action@v41.0.5
215
215
with:
216
216
token: ${{ secrets.RENOVATE_TOKEN }}
217
217
` ` `
@@ -233,7 +233,7 @@ jobs:
233
233
- name: Checkout
234
234
uses: actions/checkout@v4.2.2
235
235
- name: Self-hosted Renovate
236
- uses: renovatebot/github-action@v41.0.3
236
+ uses: renovatebot/github-action@v41.0.5
237
237
with:
238
238
renovate-version: 39.28.0
239
239
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250
250
- name: Checkout
251
251
uses: actions/checkout@v4.2.2
252
252
- name: Self-hosted Renovate
253
- uses: renovatebot/github-action@v41.0.3
253
+ uses: renovatebot/github-action@v41.0.5
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
uses: actions/checkout@v4.2.2
287
287
- name: Self-hosted Renovate
288
- uses: renovatebot/github-action@v41.0.3
288
+ uses: renovatebot/github-action@v41.0.5
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/github-action@v41.0.3
301
+ uses: renovatebot/github-action@v41.0.5
302
302
with:
303
303
configurationFile: example/renovate-config.js
304
304
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -343,7 +343,7 @@ jobs:
343
343
uses: actions/checkout@v4.2.2
344
344
345
345
- name: Self-hosted Renovate
346
- uses: renovatebot/github-action@v41.0.3
346
+ uses: renovatebot/github-action@v41.0.5
347
347
with:
348
348
configurationFile: example/renovate-config.js
349
349
token: '${{ steps.get_token.outputs.token }}'
@@ -358,7 +358,7 @@ For example:
358
358
359
359
` ` ` yaml
360
360
- name: Self-hosted Renovate
361
- uses: renovatebot/github-action@v41.0.3
361
+ uses: renovatebot/github-action@v41.0.5
362
362
with:
363
363
token: '${{ steps.get_token.outputs.token }}'
364
364
env:
@@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https
382
382
- name: Checkout
383
383
uses: actions/checkout@v4.2.2
384
384
- name: Self-hosted Renovate
385
- uses: renovatebot/github-action@v41.0.3
385
+ uses: renovatebot/github-action@v41.0.5
386
386
with:
387
387
configurationFile: example/renovate-config.js
388
388
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -419,7 +419,7 @@ jobs:
419
419
- name: Checkout
420
420
uses: actions/checkout@v4.2.2
421
421
- name: Self-hosted Renovate
422
- uses: renovatebot/github-action@v41.0.3
422
+ uses: renovatebot/github-action@v41.0.5
423
423
with:
424
424
configurationFile: example/renovate-config.js
425
425
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -510,7 +510,7 @@ jobs:
510
510
sudo chown -R 12021:0 /tmp/renovate/
511
511
ls -R $cache_dir
512
512
513
- - uses: renovatebot/github-action@v41.0.3
513
+ - uses: renovatebot/github-action@v41.0.5
514
514
with:
515
515
configurationFile: renovate.json5
516
516
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
548
548
549
549
` ` ` yml
550
550
- name : Self-hosted Renovate
551
- uses : renovatebot/github-action@v41.0.3
551
+ uses : renovatebot/github-action@v41.0.5
552
552
with :
553
553
configurationFile : example/renovate-config.js
554
554
token : ${{ secrets.RENOVATE_TOKEN }}
0 commit comments