From 05a0e20c28b22b30fe6c34ae809c64ad73e49c19 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 21:07:45 +0000 Subject: [PATCH] feat(github-action): update renovatebot/github-action action to v35.1.1 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v35.0.0 | v35.1.1 | --- .github/workflows/schedule-renovate-annotations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-renovate-annotations.yaml b/.github/workflows/schedule-renovate-annotations.yaml index 4de2472c7..19b4d5164 100644 --- a/.github/workflows/schedule-renovate-annotations.yaml +++ b/.github/workflows/schedule-renovate-annotations.yaml @@ -44,7 +44,7 @@ jobs: echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v35.0.0 + uses: renovatebot/github-action@v35.1.1 with: configurationFile: .github/renovate.json5 token: "x-access-token:${{ steps.generate-token.outputs.token }}"