From 9642fdae1bcb573fee30761fcb088df815bbdb90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:09:17 +0000 Subject: [PATCH] docs: update references to renovatebot/github-action to v40.1.5 | datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v40.1.3 | v40.1.5 | | github-tags | renovatebot/github-action | v40.1.3 | v40.1.5 | --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 719d5ae0d5..19274a1ab5 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: docker-cmd-file: .github/renovate-entrypoint.sh docker-user: root @@ -131,7 +131,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: token: ${{ secrets.RENOVATE_TOKEN }} docker-volumes: | @@ -183,7 +183,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -200,7 +200,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -222,7 +222,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: renovate-version: 37.235.1 token: ${{ secrets.RENOVATE_TOKEN }} @@ -239,7 +239,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -274,7 +274,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -287,7 +287,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.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -332,7 +332,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -355,7 +355,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -392,7 +392,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -483,7 +483,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v40.1.3 + - uses: renovatebot/github-action@v40.1.5 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -521,7 +521,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.3 + uses: renovatebot/github-action@v40.1.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}