Skip to content

Commit f6f4de0

Browse files
authoredSep 16, 2024··
docs: update references to renovatebot/github-action to v40.2.8
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v40.2.7 | v40.2.8 | | github-tags | renovatebot/github-action | v40.2.7 | v40.2.8 |
1 parent eb68a01 commit f6f4de0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Checkout
100100
uses: actions/checkout@v4.1.7
101101
- name: Self-hosted Renovate
102-
uses: renovatebot/github-action@v40.2.7
102+
uses: renovatebot/github-action@v40.2.8
103103
with:
104104
docker-cmd-file: .github/renovate-entrypoint.sh
105105
docker-user: root
@@ -136,7 +136,7 @@ jobs:
136136
- name: Checkout
137137
uses: actions/checkout@v4.1.7
138138
- name: Self-hosted Renovate
139-
uses: renovatebot/github-action@v40.2.7
139+
uses: renovatebot/github-action@v40.2.8
140140
with:
141141
token: ${{ secrets.RENOVATE_TOKEN }}
142142
docker-volumes: |
@@ -188,7 +188,7 @@ jobs:
188188
- name: Checkout
189189
uses: actions/checkout@v4.1.7
190190
- name: Self-hosted Renovate
191-
uses: renovatebot/github-action@v40.2.7
191+
uses: renovatebot/github-action@v40.2.8
192192
with:
193193
renovate-image: myproxyhub.domain.com/renovate/renovate
194194
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -205,7 +205,7 @@ jobs:
205205
- name: Checkout
206206
uses: actions/checkout@v4.1.7
207207
- name: Self-hosted Renovate
208-
uses: renovatebot/github-action@v40.2.7
208+
uses: renovatebot/github-action@v40.2.8
209209
with:
210210
token: ${{ secrets.RENOVATE_TOKEN }}
211211
```
@@ -227,7 +227,7 @@ jobs:
227227
- name: Checkout
228228
uses: actions/checkout@v4.1.7
229229
- name: Self-hosted Renovate
230-
uses: renovatebot/github-action@v40.2.7
230+
uses: renovatebot/github-action@v40.2.8
231231
with:
232232
renovate-version: 38.72.1
233233
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244244
- name: Checkout
245245
uses: actions/checkout@v4.1.7
246246
- name: Self-hosted Renovate
247-
uses: renovatebot/github-action@v40.2.7
247+
uses: renovatebot/github-action@v40.2.8
248248
with:
249249
renovate-version: full
250250
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -279,7 +279,7 @@ jobs:
279279
- name: Checkout
280280
uses: actions/checkout@v4.1.7
281281
- name: Self-hosted Renovate
282-
uses: renovatebot/github-action@v40.2.7
282+
uses: renovatebot/github-action@v40.2.8
283283
with:
284284
configurationFile: example/renovate-config.js
285285
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -292,7 +292,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
292292
```yml
293293
....
294294
- name: Self-hosted Renovate
295-
uses: renovatebot/github-action@v40.2.7
295+
uses: renovatebot/github-action@v40.2.8
296296
with:
297297
configurationFile: example/renovate-config.js
298298
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -337,7 +337,7 @@ jobs:
337337
uses: actions/checkout@v4.1.7
338338
339339
- name: Self-hosted Renovate
340-
uses: renovatebot/github-action@v40.2.7
340+
uses: renovatebot/github-action@v40.2.8
341341
with:
342342
configurationFile: example/renovate-config.js
343343
token: '${{ steps.get_token.outputs.token }}'
@@ -352,7 +352,7 @@ For example:
352352

353353
```yaml
354354
- name: Self-hosted Renovate
355-
uses: renovatebot/github-action@v40.2.7
355+
uses: renovatebot/github-action@v40.2.8
356356
with:
357357
token: '${{ steps.get_token.outputs.token }}'
358358
env:
@@ -376,7 +376,7 @@ For example if you wish to pass through some credentials for a [host rule](https
376376
- name: Checkout
377377
uses: actions/checkout@v4.1.7
378378
- name: Self-hosted Renovate
379-
uses: renovatebot/github-action@v40.2.7
379+
uses: renovatebot/github-action@v40.2.8
380380
with:
381381
configurationFile: example/renovate-config.js
382382
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -413,7 +413,7 @@ jobs:
413413
- name: Checkout
414414
uses: actions/checkout@v4.1.7
415415
- name: Self-hosted Renovate
416-
uses: renovatebot/github-action@v40.2.7
416+
uses: renovatebot/github-action@v40.2.8
417417
with:
418418
configurationFile: example/renovate-config.js
419419
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -504,7 +504,7 @@ jobs:
504504
sudo chown -R runneradmin:root /tmp/renovate/
505505
ls -R $cache_dir
506506
507-
- uses: renovatebot/github-action@v40.2.7
507+
- uses: renovatebot/github-action@v40.2.8
508508
with:
509509
configurationFile: renovate.json5
510510
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -542,7 +542,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
542542
543543
```yml
544544
- name: Self-hosted Renovate
545-
uses: renovatebot/github-action@v40.2.7
545+
uses: renovatebot/github-action@v40.2.8
546546
with:
547547
configurationFile: example/renovate-config.js
548548
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.