From 1d7e88866f2f7927c23b266ec76b4c9000d45dd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:03:18 +0000 Subject: [PATCH] docs: update references to renovatebot/github-action to v40.1.12 | datasource | package | from | to | | --------------- | ------------------------- | -------- | -------- | | github-releases | renovatebot/github-action | v40.1.11 | v40.1.12 | | github-tags | renovatebot/github-action | v40.1.11 | v40.1.12 | --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 930753f3..aa889e78 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: docker-cmd-file: .github/renovate-entrypoint.sh docker-user: root @@ -128,7 +128,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: token: ${{ secrets.RENOVATE_TOKEN }} docker-volumes: | @@ -180,7 +180,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -197,7 +197,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -219,7 +219,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: renovate-version: 37.385.0 token: ${{ secrets.RENOVATE_TOKEN }} @@ -236,7 +236,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -271,7 +271,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -284,7 +284,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@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -329,7 +329,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -344,7 +344,7 @@ For example: ```yaml - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: token: '${{ steps.get_token.outputs.token }}' env: @@ -368,7 +368,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -405,7 +405,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -496,7 +496,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v40.1.11 + - uses: renovatebot/github-action@v40.1.12 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -534,7 +534,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}