99
99
- name : Checkout
100
100
uses : actions/checkout@v4.1.7
101
101
- name : Self-hosted Renovate
102
- uses : renovatebot/github-action@v40.2.7
102
+ uses : renovatebot/github-action@v40.2.8
103
103
with :
104
104
docker-cmd-file : .github/renovate-entrypoint.sh
105
105
docker-user : root
@@ -136,7 +136,7 @@ jobs:
136
136
- name: Checkout
137
137
uses: actions/checkout@v4.1.7
138
138
- name: Self-hosted Renovate
139
- uses: renovatebot/github-action@v40.2.7
139
+ uses: renovatebot/github-action@v40.2.8
140
140
with:
141
141
token: ${{ secrets.RENOVATE_TOKEN }}
142
142
docker-volumes: |
@@ -188,7 +188,7 @@ jobs:
188
188
- name: Checkout
189
189
uses: actions/checkout@v4.1.7
190
190
- name: Self-hosted Renovate
191
- uses: renovatebot/github-action@v40.2.7
191
+ uses: renovatebot/github-action@v40.2.8
192
192
with:
193
193
renovate-image: myproxyhub.domain.com/renovate/renovate
194
194
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -205,7 +205,7 @@ jobs:
205
205
- name: Checkout
206
206
uses: actions/checkout@v4.1.7
207
207
- name: Self-hosted Renovate
208
- uses: renovatebot/github-action@v40.2.7
208
+ uses: renovatebot/github-action@v40.2.8
209
209
with:
210
210
token: ${{ secrets.RENOVATE_TOKEN }}
211
211
` ` `
@@ -227,7 +227,7 @@ jobs:
227
227
- name: Checkout
228
228
uses: actions/checkout@v4.1.7
229
229
- name: Self-hosted Renovate
230
- uses: renovatebot/github-action@v40.2.7
230
+ uses: renovatebot/github-action@v40.2.8
231
231
with:
232
232
renovate-version: 38.72.1
233
233
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244
244
- name: Checkout
245
245
uses: actions/checkout@v4.1.7
246
246
- name: Self-hosted Renovate
247
- uses: renovatebot/github-action@v40.2.7
247
+ uses: renovatebot/github-action@v40.2.8
248
248
with:
249
249
renovate-version: full
250
250
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -279,7 +279,7 @@ jobs:
279
279
- name: Checkout
280
280
uses: actions/checkout@v4.1.7
281
281
- name: Self-hosted Renovate
282
- uses: renovatebot/github-action@v40.2.7
282
+ uses: renovatebot/github-action@v40.2.8
283
283
with:
284
284
configurationFile: example/renovate-config.js
285
285
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -292,7 +292,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
292
292
` ` ` yml
293
293
....
294
294
- name: Self-hosted Renovate
295
- uses: renovatebot/github-action@v40.2.7
295
+ uses: renovatebot/github-action@v40.2.8
296
296
with:
297
297
configurationFile: example/renovate-config.js
298
298
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -337,7 +337,7 @@ jobs:
337
337
uses: actions/checkout@v4.1.7
338
338
339
339
- name: Self-hosted Renovate
340
- uses: renovatebot/github-action@v40.2.7
340
+ uses: renovatebot/github-action@v40.2.8
341
341
with:
342
342
configurationFile: example/renovate-config.js
343
343
token: '${{ steps.get_token.outputs.token }}'
@@ -352,7 +352,7 @@ For example:
352
352
353
353
` ` ` yaml
354
354
- name: Self-hosted Renovate
355
- uses: renovatebot/github-action@v40.2.7
355
+ uses: renovatebot/github-action@v40.2.8
356
356
with:
357
357
token: '${{ steps.get_token.outputs.token }}'
358
358
env:
@@ -376,7 +376,7 @@ For example if you wish to pass through some credentials for a [host rule](https
376
376
- name: Checkout
377
377
uses: actions/checkout@v4.1.7
378
378
- name: Self-hosted Renovate
379
- uses: renovatebot/github-action@v40.2.7
379
+ uses: renovatebot/github-action@v40.2.8
380
380
with:
381
381
configurationFile: example/renovate-config.js
382
382
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -413,7 +413,7 @@ jobs:
413
413
- name: Checkout
414
414
uses: actions/checkout@v4.1.7
415
415
- name: Self-hosted Renovate
416
- uses: renovatebot/github-action@v40.2.7
416
+ uses: renovatebot/github-action@v40.2.8
417
417
with:
418
418
configurationFile: example/renovate-config.js
419
419
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -504,7 +504,7 @@ jobs:
504
504
sudo chown -R runneradmin:root /tmp/renovate/
505
505
ls -R $cache_dir
506
506
507
- - uses: renovatebot/github-action@v40.2.7
507
+ - uses: renovatebot/github-action@v40.2.8
508
508
with:
509
509
configurationFile: renovate.json5
510
510
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -542,7 +542,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
542
542
543
543
` ` ` yml
544
544
- name : Self-hosted Renovate
545
- uses : renovatebot/github-action@v40.2.7
545
+ uses : renovatebot/github-action@v40.2.8
546
546
with :
547
547
configurationFile : example/renovate-config.js
548
548
token : ${{ secrets.RENOVATE_TOKEN }}
0 commit comments