From 0cc377bd6093e2011b096f85876681b0c91dbf13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 00:29:54 +0000 Subject: [PATCH] Update renovatebot/github-action action to v46.3.0 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v46.2.6 | v46.3.0 | --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 85cae15b7..2ee84546f 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -67,7 +67,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6 + uses: renovatebot/github-action@c314dda4a9a93b08239ec978f2043b9a433b9ac4 # v46.3.0 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}