From 942abd4d812534be91e3b39b4d235dbc760dcdea Mon Sep 17 00:00:00 2001 From: Marvin the SeRP Bot Date: Wed, 9 Oct 2024 22:56:37 +0100 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.3.1 (#190) * chore(deps): update renovatebot/github-action action to v40.3.1 * feat: bump container version --------- Co-authored-by: Renovate Bot Co-authored-by: Joss Whittle --- .github/actions/renovate/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/renovate/action.yaml b/.github/actions/renovate/action.yaml index 13e9048b..d4077665 100644 --- a/.github/actions/renovate/action.yaml +++ b/.github/actions/renovate/action.yaml @@ -18,11 +18,11 @@ runs: ${{ inputs.config }} - name: run renovate bot - uses: renovatebot/github-action@v40.1.12 + uses: renovatebot/github-action@v40.3.1 with: renovate-image: "harbor.ukserp.ac.uk/github-workflows/renovate" # TODO annotate this for renovate to bump... the irony is not lost on me... - renovate-version: "37.403.0-slim" + renovate-version: "38.115.0" configurationFile: ${{ inputs.config }} token: ${{ inputs.token }} env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|\\w+_PROXY)$"