Skip to content

Commit 970566c

Browse files
authoredDec 2, 2024··
docs: update references to renovatebot/github-action to v41.0.5
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v41.0.3 | v41.0.5 | | github-tags | renovatebot/github-action | v41.0.3 | v41.0.5 |
1 parent 7a9ab3c commit 970566c

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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Checkout
101101
uses: actions/checkout@v4.2.2
102102
- name: Self-hosted Renovate
103-
uses: renovatebot/github-action@v41.0.3
103+
uses: renovatebot/github-action@v41.0.5
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/checkout@v4.2.2
145145
- name: Self-hosted Renovate
146-
uses: renovatebot/github-action@v41.0.3
146+
uses: renovatebot/github-action@v41.0.5
147147
with:
148148
token: ${{ secrets.RENOVATE_TOKEN }}
149149
docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194194
- name: Checkout
195195
uses: actions/checkout@v4.2.2
196196
- name: Self-hosted Renovate
197-
uses: renovatebot/github-action@v41.0.3
197+
uses: renovatebot/github-action@v41.0.5
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/checkout@v4.2.2
213213
- name: Self-hosted Renovate
214-
uses: renovatebot/github-action@v41.0.3
214+
uses: renovatebot/github-action@v41.0.5
215215
with:
216216
token: ${{ secrets.RENOVATE_TOKEN }}
217217
```
@@ -233,7 +233,7 @@ jobs:
233233
- name: Checkout
234234
uses: actions/checkout@v4.2.2
235235
- name: Self-hosted Renovate
236-
uses: renovatebot/github-action@v41.0.3
236+
uses: renovatebot/github-action@v41.0.5
237237
with:
238238
renovate-version: 39.28.0
239239
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250250
- name: Checkout
251251
uses: actions/checkout@v4.2.2
252252
- name: Self-hosted Renovate
253-
uses: renovatebot/github-action@v41.0.3
253+
uses: renovatebot/github-action@v41.0.5
254254
with:
255255
renovate-version: full
256256
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285
- name: Checkout
286286
uses: actions/checkout@v4.2.2
287287
- name: Self-hosted Renovate
288-
uses: renovatebot/github-action@v41.0.3
288+
uses: renovatebot/github-action@v41.0.5
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/github-action@v41.0.3
301+
uses: renovatebot/github-action@v41.0.5
302302
with:
303303
configurationFile: example/renovate-config.js
304304
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -343,7 +343,7 @@ jobs:
343343
uses: actions/checkout@v4.2.2
344344
345345
- name: Self-hosted Renovate
346-
uses: renovatebot/github-action@v41.0.3
346+
uses: renovatebot/github-action@v41.0.5
347347
with:
348348
configurationFile: example/renovate-config.js
349349
token: '${{ steps.get_token.outputs.token }}'
@@ -358,7 +358,7 @@ For example:
358358

359359
```yaml
360360
- name: Self-hosted Renovate
361-
uses: renovatebot/github-action@v41.0.3
361+
uses: renovatebot/github-action@v41.0.5
362362
with:
363363
token: '${{ steps.get_token.outputs.token }}'
364364
env:
@@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https
382382
- name: Checkout
383383
uses: actions/checkout@v4.2.2
384384
- name: Self-hosted Renovate
385-
uses: renovatebot/github-action@v41.0.3
385+
uses: renovatebot/github-action@v41.0.5
386386
with:
387387
configurationFile: example/renovate-config.js
388388
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -419,7 +419,7 @@ jobs:
419419
- name: Checkout
420420
uses: actions/checkout@v4.2.2
421421
- name: Self-hosted Renovate
422-
uses: renovatebot/github-action@v41.0.3
422+
uses: renovatebot/github-action@v41.0.5
423423
with:
424424
configurationFile: example/renovate-config.js
425425
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -510,7 +510,7 @@ jobs:
510510
sudo chown -R 12021:0 /tmp/renovate/
511511
ls -R $cache_dir
512512
513-
- uses: renovatebot/github-action@v41.0.3
513+
- uses: renovatebot/github-action@v41.0.5
514514
with:
515515
configurationFile: renovate.json5
516516
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
548548
549549
```yml
550550
- name: Self-hosted Renovate
551-
uses: renovatebot/github-action@v41.0.3
551+
uses: renovatebot/github-action@v41.0.5
552552
with:
553553
configurationFile: example/renovate-config.js
554554
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.