From e06b5fc433c1f722e1f1197d5efd17e4a5a25a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:51:37 +0000 Subject: [PATCH] docs: update references to renovatebot/github-action to v39.0.5 | datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v39.0.3 | v39.0.5 | | github-tags | renovatebot/github-action | v39.0.3 | v39.0.5 | --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ffbaffef37..5f3cdd808d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -125,7 +125,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -147,7 +147,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-version: 36.52.2 token: ${{ secrets.RENOVATE_TOKEN }} @@ -164,7 +164,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -196,7 +196,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -209,7 +209,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have ```yml .... - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -252,7 +252,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -275,7 +275,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -312,7 +312,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -403,7 +403,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v39.0.3 + - uses: renovatebot/github-action@v39.0.5 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -441,7 +441,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}