From 1ccbd48397952034431ac74632db8481cc58eb32 Mon Sep 17 00:00:00 2001 From: "terminator-bot[bot]" <184962450+terminator-bot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:52:14 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v45 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v44.2.6 | v45.0.0 | --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index f9a49f0..e19c4bc 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -56,7 +56,7 @@ jobs: token: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@v44.2.6 + uses: renovatebot/github-action@v45.0.0 with: configurationFile: .github/renovate.json5 token: "${{ steps.app-token.outputs.token }}"